#C15828

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

Shades of Smoke Tree #C15828

Tints of Smoke Tree #C15828

Color information

#C15828 (or 0xC15828) is unknown color: approx Smoke Tree. HEX triplet: C1, 58 and 28. RGB value is (193,88,40). Sum of RGB (Red+Green+Blue) = 193+88+40=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C15828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15828 is #3EA7D7. Grayscale: #727272. Windows color (decimal): -4106200 or 2644161. OLE color: 2644161.

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

Color convert

RGB1938840-
CMYK00.540.790.24
HSL18.82º65.67%45.69%-
HSV(B)18.82º79.27%75.69%-
XYZ25.8718.474.21-
YUV113.9286.29184.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.12%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 40 (16.02% from 255) = 12.46%
R=60.12%
G=27.41%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193884000.540.790.2418.8265.6745.69
HexC158280364F1813422e
Octal30113050066117302310256
Binary1100000110110001010000110110100111111000100111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15828; }

 p { color: rgb(193,88,40); }

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

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

 a { background-color: rgb(193,88,40); }

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

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

 span { border-color: rgb(193,88,40); }

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