#571A02

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

Shades of Baker's Chocolate #571A02

Tints of Baker's Chocolate #571A02

Color information

#571A02 (or 0x571A02) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 1A and 02. RGB value is (87,26,2). Sum of RGB (Red+Green+Blue) = 87+26+2=115 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75.65% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 87 - color contains mainly: red. Hex color #571A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571A02 is #A8E5FD. Grayscale: #292929. Windows color (decimal): -11068926 or 137815. OLE color: 137815.

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

Color convert

RGB87262-
CMYK00.700.980.66
HSL16.94º95.51%17.45%-
HSV(B)16.94º97.7%34.12%-
XYZ4.312.770.36-
YUV41.5105.71160.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 75.65%
GREEN value IS 26 (10.55% from 255) = 22.61%
BLUE value IS 2 (1.17% from 255) = 1.74%
R=75.65%
G=22.61%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8726200.700.980.6616.9495.5117.45
Hex571A20466242116011
Octal12732201061421022114021
Binary10101111101010010001101100010100001010001110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571A02; }

 p { color: rgb(87,26,2); }

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

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

 a { background-color: rgb(87,26,2); }

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

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

 span { border-color: rgb(87,26,2); }

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