#571B00

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

Shades of Baker's Chocolate #571B00

Tints of Baker's Chocolate #571B00

Color information

#571B00 (or 0x571B00) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 1B and 00. RGB value is (87,27,0). Sum of RGB (Red+Green+Blue) = 87+27+0=114 (15% of max value = 765). Red value is 87 (34.38% from 255 or 76.32% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 87 - color contains mainly: red. Hex color #571B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571B00 is #A8E4FF. Grayscale: #2A2A2A. Windows color (decimal): -11068672 or 6999. OLE color: 6999.

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

Color convert

RGB87270-
CMYK00.6910.66
HSL18.62º100%17.06%-
HSV(B)18.62º100%34.12%-
XYZ4.322.810.31-
YUV41.86104.38160.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 76.32%
GREEN value IS 27 (10.94% from 255) = 23.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.32%
G=23.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8727000.6910.6618.6210017.06
Hex571B00456442136411
Octal12733001051441022314421
Binary1010111110110010001011100100100001010011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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