#C16136

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

Shades of Smoke Tree #C16136

Tints of Smoke Tree #C16136

Color information

#C16136 (or 0xC16136) is unknown color: approx Smoke Tree. HEX triplet: C1, 61 and 36. RGB value is (193,97,54). Sum of RGB (Red+Green+Blue) = 193+97+54=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C16136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16136 is #3E9EC9. Grayscale: #797979. Windows color (decimal): -4103882 or 3563969. OLE color: 3563969.

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

Color convert

RGB1939754-
CMYK00.500.720.24
HSL18.56º56.28%48.43%-
HSV(B)18.56º72.02%75.69%-
XYZ26.9320.155.96-
YUV120.890.3179.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.10%
GREEN value IS 97 (38.28% from 255) = 28.20%
BLUE value IS 54 (21.48% from 255) = 15.70%
R=56.10%
G=28.20%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193975400.500.720.2418.5656.2848.43
HexC161360324818133830
Octal3011416606211030237060
Binary110000011100001110110011001010010001100010011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16136; }

 p { color: rgb(193,97,54); }

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

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

 a { background-color: rgb(193,97,54); }

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

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

 span { border-color: rgb(193,97,54); }

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