#571B03

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

Shades of Baker's Chocolate #571B03

Tints of Baker's Chocolate #571B03

Color information

#571B03 (or 0x571B03) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 1B and 03. RGB value is (87,27,3). Sum of RGB (Red+Green+Blue) = 87+27+3=117 (15% of max value = 765). Red value is 87 (34.38% from 255 or 74.36% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 87 - color contains mainly: red. Hex color #571B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571B03 is #A8E4FC. Grayscale: #2A2A2A. Windows color (decimal): -11068669 or 203607. OLE color: 203607.

HSL color Cylindrical-coordinate representation of color #571B03: hue angle of 17.14º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #571B03 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB87273-
CMYK00.690.970.66
HSL17.14º93.33%17.65%-
HSV(B)17.14º96.55%34.12%-
XYZ4.342.820.4-
YUV42.2105.88159.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 74.36%
GREEN value IS 27 (10.94% from 255) = 23.08%
BLUE value IS 3 (1.56% from 255) = 2.56%
R=74.36%
G=23.08%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8727300.690.970.6617.1493.3317.65
Hex571B30456142115d12
Octal12733301051411022113522
Binary10101111101111010001011100001100001010001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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