#571901

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

Shades of Baker's Chocolate #571901

Tints of Baker's Chocolate #571901

Color information

#571901 (or 0x571901) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 19 and 01. RGB value is (87,25,1). Sum of RGB (Red+Green+Blue) = 87+25+1=113 (14% of max value = 765). Red value is 87 (34.38% from 255 or 76.99% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 87 - color contains mainly: red. Hex color #571901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571901 is #A8E6FE. Grayscale: #282828. Windows color (decimal): -11069183 or 72023. OLE color: 72023.

HSL color Cylindrical-coordinate representation of color #571901: hue angle of 16.74º 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 #571901 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB87251-
CMYK00.710.990.66
HSL16.74º97.73%17.25%-
HSV(B)16.74º98.85%34.12%-
XYZ4.282.720.33-
YUV40.8105.54160.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 76.99%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=76.99%
G=22.12%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8725100.710.990.6616.7497.7317.25
Hex571910476342116211
Octal12731101071431022114221
Binary1010111110011010001111100011100001010001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571901; }

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

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

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

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

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

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

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

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