#C15D34

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

Shades of Smoke Tree #C15D34

Tints of Smoke Tree #C15D34

Color information

#C15D34 (or 0xC15D34) is unknown color: approx Smoke Tree. HEX triplet: C1, 5D and 34. RGB value is (193,93,52). Sum of RGB (Red+Green+Blue) = 193+93+52=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15D34 is #3EA2CB. Grayscale: #767676. Windows color (decimal): -4104908 or 3431873. OLE color: 3431873.

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

Color convert

RGB1939352-
CMYK00.520.730.24
HSL17.45º57.55%48.04%-
HSV(B)17.45º73.06%75.69%-
XYZ26.5319.415.6-
YUV118.2390.63181.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.10%
GREEN value IS 93 (36.72% from 255) = 27.51%
BLUE value IS 52 (20.70% from 255) = 15.38%
R=57.10%
G=27.51%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193935200.520.730.2417.4557.5548.04
HexC15D340344918113a30
Octal3011356406411130217260
Binary110000011011101110100011010010010011100010001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15D34; }

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

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

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

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

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

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

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

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