#C15A2E

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

Shades of Smoke Tree #C15A2E

Tints of Smoke Tree #C15A2E

Color information

#C15A2E (or 0xC15A2E) is unknown color: approx Smoke Tree. HEX triplet: C1, 5A and 2E. RGB value is (193,90,46). Sum of RGB (Red+Green+Blue) = 193+90+46=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15A2E is #3EA5D1. Grayscale: #747474. Windows color (decimal): -4105682 or 3037889. OLE color: 3037889.

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

Color convert

RGB1939046-
CMYK00.530.760.24
HSL17.96º61.51%46.86%-
HSV(B)17.96º76.17%75.69%-
XYZ26.1418.854.84-
YUV115.7888.62183.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.66%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 46 (18.36% from 255) = 13.98%
R=58.66%
G=27.36%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193904600.530.760.2417.9661.5146.86
HexC15A2E0354C18123e2f
Octal3011325606511430227657
Binary110000011011010101110011010110011001100010010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15A2E; }

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

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

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

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

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

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

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

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