#57220B

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

Shades of Baker's Chocolate #57220B

Tints of Baker's Chocolate #57220B

Color information

#57220B (or 0x57220B) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 22 and 0B. RGB value is (87,34,11). Sum of RGB (Red+Green+Blue) = 87+34+11=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #57220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57220B is #A8DDF4. Grayscale: #2F2F2F. Windows color (decimal): -11066869 or 729687. OLE color: 729687.

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

Color convert

RGB873411-
CMYK00.610.870.66
HSL18.16º77.55%19.22%-
HSV(B)18.16º87.36%34.12%-
XYZ4.563.190.69-
YUV47.22107.56156.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.91%
GREEN value IS 34 (13.67% from 255) = 25.76%
BLUE value IS 11 (4.69% from 255) = 8.33%
R=65.91%
G=25.76%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87341100.610.870.6618.1677.5519.22
Hex5722B03D5742124e13
Octal12742130751271022211623
Binary1010111100010101101111011010111100001010010100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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