#C15E31

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

Shades of Smoke Tree #C15E31

Tints of Smoke Tree #C15E31

Color information

#C15E31 (or 0xC15E31) is unknown color: approx Smoke Tree. HEX triplet: C1, 5E and 31. RGB value is (193,94,49). Sum of RGB (Red+Green+Blue) = 193+94+49=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15E31 is #3EA1CE. Grayscale: #767676. Windows color (decimal): -4104655 or 3235521. OLE color: 3235521.

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

Color convert

RGB1939449-
CMYK00.510.750.24
HSL18.75º59.5%47.45%-
HSV(B)18.75º74.61%75.69%-
XYZ26.5519.565.28-
YUV118.4788.8181.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.44%
GREEN value IS 94 (37.11% from 255) = 27.98%
BLUE value IS 49 (19.53% from 255) = 14.58%
R=57.44%
G=27.98%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193944900.510.750.2418.7559.547.45
HexC15E310334B18133c2f
Octal3011366106311330237457
Binary110000011011110110001011001110010111100010011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15E31; }

 p { color: rgb(193,94,49); }

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

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

 a { background-color: rgb(193,94,49); }

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

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

 span { border-color: rgb(193,94,49); }

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