#C15E34

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

Shades of Smoke Tree #C15E34

Tints of Smoke Tree #C15E34

Color information

#C15E34 (or 0xC15E34) is unknown color: approx Smoke Tree. HEX triplet: C1, 5E and 34. RGB value is (193,94,52). Sum of RGB (Red+Green+Blue) = 193+94+52=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15E34 is #3EA1CB. Grayscale: #777777. Windows color (decimal): -4104652 or 3432129. OLE color: 3432129.

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

Color convert

RGB1939452-
CMYK00.510.730.24
HSL17.87º57.55%48.04%-
HSV(B)17.87º73.06%75.69%-
XYZ26.6119.595.63-
YUV118.8190.3180.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.93%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 52 (20.70% from 255) = 15.34%
R=56.93%
G=27.73%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193945200.510.730.2417.8757.5548.04
HexC15E340334918123a30
Octal3011366406311130227260
Binary110000011011110110100011001110010011100010010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15E34; }

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

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

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

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

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

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

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

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