#C05831

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

Shades of Smoke Tree #C05831

Tints of Smoke Tree #C05831

Color information

#C05831 (or 0xC05831) is unknown color: approx Smoke Tree. HEX triplet: C0, 58 and 31. RGB value is (192,88,49). Sum of RGB (Red+Green+Blue) = 192+88+49=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C05831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05831 is #3FA7CE. Grayscale: #727272. Windows color (decimal): -4171727 or 3233984. OLE color: 3233984.

HSL color Cylindrical-coordinate representation of color #C05831: hue angle of 16.36º 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 #C05831 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB1928849-
CMYK00.540.740.25
HSL16.36º59.34%47.25%-
HSV(B)16.36º74.48%75.29%-
XYZ25.7818.415.1-
YUV114.6590.96183.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.36%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 49 (19.53% from 255) = 14.89%
R=58.36%
G=26.75%
B=14.89%

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
Decimal192884900.540.740.2516.3659.3447.25
HexC058310364A19103b2f
Octal3001306106611231207357
Binary110000001011000110001011011010010101100110000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05831; }

 p { color: rgb(192,88,49); }

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

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

 a { background-color: rgb(192,88,49); }

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

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

 span { border-color: rgb(192,88,49); }

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