#C15A38

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

Shades of Smoke Tree #C15A38

Tints of Smoke Tree #C15A38

Color information

#C15A38 (or 0xC15A38) is unknown color: approx Smoke Tree. HEX triplet: C1, 5A and 38. RGB value is (193,90,56). Sum of RGB (Red+Green+Blue) = 193+90+56=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15A38 is #3EA5C7. Grayscale: #757575. Windows color (decimal): -4105672 or 3693249. OLE color: 3693249.

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

Color convert

RGB1939056-
CMYK00.530.710.24
HSL14.89º55.02%48.82%-
HSV(B)14.89º70.98%75.69%-
XYZ26.3618.946.01-
YUV116.9293.62182.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.93%
GREEN value IS 90 (35.55% from 255) = 26.55%
BLUE value IS 56 (22.27% from 255) = 16.52%
R=56.93%
G=26.55%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193905600.530.710.2414.8955.0248.82
HexC15A380354718f3731
Octal3011327006510730176761
Binary11000001101101011100001101011000111110001111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15A38; }

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

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

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

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

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

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

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

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