#573101

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

Shades of Baker's Chocolate #573101

Tints of Baker's Chocolate #573101

Color information

#573101 (or 0x573101) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 31 and 01. RGB value is (87,49,1). Sum of RGB (Red+Green+Blue) = 87+49+1=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #573101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573101 is #A8CEFE. Grayscale: #373737. Windows color (decimal): -11063039 or 78167. OLE color: 78167.

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

Color convert

RGB87491-
CMYK00.440.990.66
HSL33.49º97.73%17.25%-
HSV(B)33.49º98.85%34.12%-
XYZ5.034.230.58-
YUV54.8997.59150.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.50%
GREEN value IS 49 (19.53% from 255) = 35.77%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=63.50%
G=35.77%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8749100.440.990.6633.4997.7317.25
Hex5731102C6342216211
Octal1276110541431024114221
Binary10101111100011010110011000111000010100001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573101; }

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

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

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

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

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

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

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

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