#D15A1C

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

Shades of Chocolate #D15A1C

Tints of Chocolate #D15A1C

Color information

#D15A1C (or 0xD15A1C) is unknown color: approx Chocolate. HEX triplet: D1, 5A and 1C. RGB value is (209,90,28). Sum of RGB (Red+Green+Blue) = 209+90+28=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15A1C is #2EA5E3. Grayscale: #767676. Windows color (decimal): -3057124 or 1858257. OLE color: 1858257.

HSL color Cylindrical-coordinate representation of color #D15A1C: hue angle of 20.55º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D15A1C is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB2099028-
CMYK00.570.870.18
HSL20.55º76.37%46.47%-
HSV(B)20.55º86.6%81.96%-
XYZ30.1620.953.55-
YUV118.5176.92192.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 63.91%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 28 (11.33% from 255) = 8.56%
R=63.91%
G=27.52%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209902800.570.870.1820.5576.3746.47
HexD15A1C0395712154c2e
Octal32113234071127222511456
Binary110100011011010111000111001101011110010101011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15A1C; }

 p { color: rgb(209,90,28); }

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

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

 a { background-color: rgb(209,90,28); }

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

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

 span { border-color: rgb(209,90,28); }

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