#C15930

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

Shades of Smoke Tree #C15930

Tints of Smoke Tree #C15930

Color information

#C15930 (or 0xC15930) is unknown color: approx Smoke Tree. HEX triplet: C1, 59 and 30. RGB value is (193,89,48). Sum of RGB (Red+Green+Blue) = 193+89+48=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C15930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15930 is #3EA6CF. Grayscale: #737373. Windows color (decimal): -4105936 or 3168705. OLE color: 3168705.

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

Color convert

RGB1938948-
CMYK00.540.750.24
HSL16.97º60.17%47.25%-
HSV(B)16.97º75.13%75.69%-
XYZ26.118.75.03-
YUV115.4289.96183.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.48%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 48 (19.14% from 255) = 14.55%
R=58.48%
G=26.97%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193894800.540.750.2416.9760.1747.25
HexC159300364B18113c2f
Octal3011316006611330217457
Binary110000011011001110000011011010010111100010001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15930; }

 p { color: rgb(193,89,48); }

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

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

 a { background-color: rgb(193,89,48); }

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

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

 span { border-color: rgb(193,89,48); }

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