#C15A2D

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

Shades of Smoke Tree #C15A2D

Tints of Smoke Tree #C15A2D

Color information

#C15A2D (or 0xC15A2D) is unknown color: approx Smoke Tree. HEX triplet: C1, 5A and 2D. RGB value is (193,90,45). Sum of RGB (Red+Green+Blue) = 193+90+45=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15A2D is #3EA5D2. Grayscale: #737373. Windows color (decimal): -4105683 or 2972353. OLE color: 2972353.

HSL color Cylindrical-coordinate representation of color #C15A2D: hue angle of 18.24º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C15A2D is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB1939045-
CMYK00.530.770.24
HSL18.24º62.18%46.67%-
HSV(B)18.24º76.68%75.69%-
XYZ26.1218.844.74-
YUV115.6788.12183.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.84%
GREEN value IS 90 (35.55% from 255) = 27.44%
BLUE value IS 45 (17.97% from 255) = 13.72%
R=58.84%
G=27.44%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193904500.530.770.2418.2462.1846.67
HexC15A2D0354D18123e2f
Octal3011325506511530227657
Binary110000011011010101101011010110011011100010010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15A2D; }

 p { color: rgb(193,90,45); }

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

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

 a { background-color: rgb(193,90,45); }

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

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

 span { border-color: rgb(193,90,45); }

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