#571A00

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

Shades of Baker's Chocolate #571A00

Tints of Baker's Chocolate #571A00

Color information

#571A00 (or 0x571A00) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 1A and 00. RGB value is (87,26,0). Sum of RGB (Red+Green+Blue) = 87+26+0=113 (14% of max value = 765). Red value is 87 (34.38% from 255 or 76.99% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 87 - color contains mainly: red. Hex color #571A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571A00 is #A8E5FF. Grayscale: #292929. Windows color (decimal): -11068928 or 6743. OLE color: 6743.

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

Color convert

RGB87260-
CMYK00.7010.66
HSL17.93º100%17.06%-
HSV(B)17.93º100%34.12%-
XYZ4.32.770.31-
YUV41.28104.71160.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 76.99%
GREEN value IS 26 (10.55% from 255) = 23.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.99%
G=23.01%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8726000.7010.6617.9310017.06
Hex571A00466442126411
Octal12732001061441022214421
Binary1010111110100010001101100100100001010010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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