#C16536

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

Shades of Smoke Tree #C16536

Tints of Smoke Tree #C16536

Color information

#C16536 (or 0xC16536) is unknown color: approx Smoke Tree. HEX triplet: C1, 65 and 36. RGB value is (193,101,54). Sum of RGB (Red+Green+Blue) = 193+101+54=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C16536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16536 is #3E9AC9. Grayscale: #7B7B7B. Windows color (decimal): -4102858 or 3564993. OLE color: 3564993.

HSL color Cylindrical-coordinate representation of color #C16536: hue angle of 20.29º 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 #C16536 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB19310154-
CMYK00.480.720.24
HSL20.29º56.28%48.43%-
HSV(B)20.29º72.02%75.69%-
XYZ27.3120.916.09-
YUV123.1588.98177.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.46%
GREEN value IS 101 (39.84% from 255) = 29.02%
BLUE value IS 54 (21.48% from 255) = 15.52%
R=55.46%
G=29.02%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931015400.480.720.2420.2956.2848.43
HexC165360304818143830
Octal3011456606011030247060
Binary110000011100101110110011000010010001100010100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16536; }

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

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

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

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

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

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

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

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