#573112

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

Shades of Baker's Chocolate #573112

Tints of Baker's Chocolate #573112

Color information

#573112 (or 0x573112) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 31 and 12. RGB value is (87,49,18). Sum of RGB (Red+Green+Blue) = 87+49+18=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #573112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573112 is #A8CEED. Grayscale: #383838. Windows color (decimal): -11063022 or 1192279. OLE color: 1192279.

HSL color Cylindrical-coordinate representation of color #573112: hue angle of 26.96º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #573112 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB874918-
CMYK00.440.790.66
HSL26.96º65.71%20.59%-
HSV(B)26.96º79.31%34.12%-
XYZ5.144.271.12-
YUV56.83106.09149.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.49%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=56.49%
G=31.82%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87491800.440.790.6626.9665.7120.59
Hex57311202C4F421b4215
Octal12761220541171023310225
Binary10101111100011001001011001001111100001011011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573112; }

 p { color: rgb(87,49,18); }

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

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

 a { background-color: rgb(87,49,18); }

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

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

 span { border-color: rgb(87,49,18); }

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