#C07530

Color #C07530 Meteor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteor #C07530

Tints of Meteor #C07530

Color information

#C07530 (or 0xC07530) is unknown color: approx Meteor. HEX triplet: C0, 75 and 30. RGB value is (192,117,48). Sum of RGB (Red+Green+Blue) = 192+117+48=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C07530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07530 is #3F8ACF. Grayscale: #838383. Windows color (decimal): -4164304 or 3175872. OLE color: 3175872.

HSL color Cylindrical-coordinate representation of color #C07530: hue angle of 28.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C07530 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB19211748-
CMYK00.390.750.25
HSL28.75º60%47.06%-
HSV(B)28.75º75%75.29%-
XYZ28.6324.145.95-
YUV131.5680.85171.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 53.78%
GREEN value IS 117 (46.09% from 255) = 32.77%
BLUE value IS 48 (19.14% from 255) = 13.45%
R=53.78%
G=32.77%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921174800.390.750.2528.756047.06
HexC075300274B191d3c2f
Octal3001656004711331357457
Binary110000001110101110000010011110010111100111101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07530; }

 p { color: rgb(192,117,48); }

 H1.HeaderClassName
 {
   color: #C07530;
 }
 .AnyTagClassName
 {
   color: #C07530;
 }
</style>
background-color css

<style>
 a { background-color: #C07530; }

 a { background-color: rgb(192,117,48); }

 div.DivClassName
 {
   background-color: #C07530;
 }
 .BgClassName
 {
   background-color: #C07530;
 }
</style>
border-color css

<style>
 span { border-color: #C07530; }

 span { border-color: rgb(192,117,48); }

 td.TdClassName
 {
   border-color: #C07530;
 }
 .TagClassName
 {
   border-color: #C07530;
 }
</style>