#57220A

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

Shades of Baker's Chocolate #57220A

Tints of Baker's Chocolate #57220A

Color information

#57220A (or 0x57220A) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 22 and 0A. RGB value is (87,34,10). Sum of RGB (Red+Green+Blue) = 87+34+10=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #57220A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57220A is #A8DDF5. Grayscale: #2F2F2F. Windows color (decimal): -11066870 or 664151. OLE color: 664151.

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

Color convert

RGB873410-
CMYK00.610.890.66
HSL18.7º79.38%19.02%-
HSV(B)18.7º88.51%34.12%-
XYZ4.563.190.66-
YUV47.11107.06156.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.41%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 10 (4.30% from 255) = 7.63%
R=66.41%
G=25.95%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87341000.610.890.6618.779.3819.02
Hex5722A03D5942134f13
Octal12742120751311022311723
Binary1010111100010101001111011011001100001010011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57220A; }

 p { color: rgb(87,34,10); }

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

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

 a { background-color: rgb(87,34,10); }

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

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

 span { border-color: rgb(87,34,10); }

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