#C05932

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

Shades of Smoke Tree #C05932

Tints of Smoke Tree #C05932

Color information

#C05932 (or 0xC05932) is unknown color: approx Smoke Tree. HEX triplet: C0, 59 and 32. RGB value is (192,89,50). Sum of RGB (Red+Green+Blue) = 192+89+50=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C05932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05932 is #3FA6CD. Grayscale: #737373. Windows color (decimal): -4171470 or 3299776. OLE color: 3299776.

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

Color convert

RGB1928950-
CMYK00.540.740.25
HSL16.48º58.68%47.45%-
HSV(B)16.48º73.96%75.29%-
XYZ25.8918.585.24-
YUV115.3591.12182.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.01%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 50 (19.92% from 255) = 15.11%
R=58.01%
G=26.89%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192895000.540.740.2516.4858.6847.45
HexC059320364A19103b2f
Octal3001316206611231207357
Binary110000001011001110010011011010010101100110000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05932; }

 p { color: rgb(192,89,50); }

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

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

 a { background-color: rgb(192,89,50); }

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

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

 span { border-color: rgb(192,89,50); }

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