#D57112

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

Shades of Chocolate #D57112

Tints of Chocolate #D57112

Color information

#D57112 (or 0xD57112) is unknown color: approx Chocolate. HEX triplet: D5, 71 and 12. RGB value is (213,113,18). Sum of RGB (Red+Green+Blue) = 213+113+18=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D57112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57112 is #2A8EED. Grayscale: #848484. Windows color (decimal): -2789102 or 1208789. OLE color: 1208789.

HSL color Cylindrical-coordinate representation of color #D57112: hue angle of 29.23º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D57112 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB21311318-
CMYK00.470.920.16
HSL29.23º84.42%45.29%-
HSV(B)29.23º91.55%83.53%-
XYZ33.45263.83-
YUV132.0763.63185.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.92%
GREEN value IS 113 (44.53% from 255) = 32.85%
BLUE value IS 18 (7.42% from 255) = 5.23%
R=61.92%
G=32.85%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131131800.470.920.1629.2384.4245.29
HexD5711202F5C101d542d
Octal32516122057134203512455
Binary110101011110001100100101111101110010000111011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57112; }

 p { color: rgb(213,113,18); }

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

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

 a { background-color: rgb(213,113,18); }

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

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

 span { border-color: rgb(213,113,18); }

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