#571B01

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

Shades of Baker's Chocolate #571B01

Tints of Baker's Chocolate #571B01

Color information

#571B01 (or 0x571B01) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 1B and 01. RGB value is (87,27,1). Sum of RGB (Red+Green+Blue) = 87+27+1=115 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75.65% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 87 - color contains mainly: red. Hex color #571B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571B01 is #A8E4FE. Grayscale: #2A2A2A. Windows color (decimal): -11068671 or 72535. OLE color: 72535.

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

Color convert

RGB87271-
CMYK00.690.990.66
HSL18.14º97.73%17.25%-
HSV(B)18.14º98.85%34.12%-
XYZ4.332.810.34-
YUV41.98104.88160.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 75.65%
GREEN value IS 27 (10.94% from 255) = 23.48%
BLUE value IS 1 (0.78% from 255) = 0.87%
R=75.65%
G=23.48%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8727100.690.990.6618.1497.7317.25
Hex571B10456342126211
Octal12733101051431022214221
Binary1010111110111010001011100011100001010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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