#571C00

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

Shades of Baker's Chocolate #571C00

Tints of Baker's Chocolate #571C00

Color information

#571C00 (or 0x571C00) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 1C and 00. RGB value is (87,28,0). Sum of RGB (Red+Green+Blue) = 87+28+0=115 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75.65% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 87 - color contains mainly: red. Hex color #571C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571C00 is #A8E3FF. Grayscale: #2A2A2A. Windows color (decimal): -11068416 or 7255. OLE color: 7255.

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

Color convert

RGB87280-
CMYK00.6810.66
HSL19.31º100%17.06%-
HSV(B)19.31º100%34.12%-
XYZ4.352.860.32-
YUV42.45104.05159.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 75.65%
GREEN value IS 28 (11.33% from 255) = 24.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.65%
G=24.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8728000.6810.6619.3110017.06
Hex571C00446442136411
Octal12734001041441022314421
Binary1010111111000010001001100100100001010011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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