#C16133

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

Shades of Smoke Tree #C16133

Tints of Smoke Tree #C16133

Color information

#C16133 (or 0xC16133) is unknown color: approx Smoke Tree. HEX triplet: C1, 61 and 33. RGB value is (193,97,51). Sum of RGB (Red+Green+Blue) = 193+97+51=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C16133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16133 is #3E9ECC. Grayscale: #787878. Windows color (decimal): -4103885 or 3367361. OLE color: 3367361.

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

Color convert

RGB1939751-
CMYK00.500.740.24
HSL19.44º58.2%47.84%-
HSV(B)19.44º73.58%75.69%-
XYZ26.8620.135.6-
YUV120.4688.8179.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.60%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 51 (20.31% from 255) = 14.96%
R=56.60%
G=28.45%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193975100.500.740.2419.4458.247.84
HexC161330324A18133a30
Octal3011416306211230237260
Binary110000011100001110011011001010010101100010011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16133; }

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

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

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

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

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

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

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

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