#C15F33

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

Shades of Smoke Tree #C15F33

Tints of Smoke Tree #C15F33

Color information

#C15F33 (or 0xC15F33) is unknown color: approx Smoke Tree. HEX triplet: C1, 5F and 33. RGB value is (193,95,51). Sum of RGB (Red+Green+Blue) = 193+95+51=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15F33 is #3EA0CC. Grayscale: #777777. Windows color (decimal): -4104397 or 3366849. OLE color: 3366849.

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

Color convert

RGB1939551-
CMYK00.510.740.24
HSL18.59º58.2%47.84%-
HSV(B)18.59º73.58%75.69%-
XYZ26.6819.765.54-
YUV119.2989.47180.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.93%
GREEN value IS 95 (37.5% from 255) = 28.02%
BLUE value IS 51 (20.31% from 255) = 15.04%
R=56.93%
G=28.02%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193955100.510.740.2418.5958.247.84
HexC15F330334A18133a30
Octal3011376306311230237260
Binary110000011011111110011011001110010101100010011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15F33; }

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

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

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

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

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

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

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

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