#572201

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

Shades of Baker's Chocolate #572201

Tints of Baker's Chocolate #572201

Color information

#572201 (or 0x572201) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 22 and 01. RGB value is (87,34,1). Sum of RGB (Red+Green+Blue) = 87+34+1=122 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.31% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 87 - color contains mainly: red. Hex color #572201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572201 is #A8DDFE. Grayscale: #2E2E2E. Windows color (decimal): -11066879 or 74327. OLE color: 74327.

HSL color Cylindrical-coordinate representation of color #572201: hue angle of 23.02º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #572201 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB87341-
CMYK00.610.990.66
HSL23.02º97.73%17.25%-
HSV(B)23.02º98.85%34.12%-
XYZ4.513.170.4-
YUV46.08102.56157.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 71.31%
GREEN value IS 34 (13.67% from 255) = 27.87%
BLUE value IS 1 (0.78% from 255) = 0.82%
R=71.31%
G=27.87%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8734100.610.990.6623.0297.7317.25
Hex5722103D6342176211
Octal1274210751431022714221
Binary1010111100010101111011100011100001010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572201; }

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

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

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

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

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

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

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

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