#573301

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

Shades of Baker's Chocolate #573301

Tints of Baker's Chocolate #573301

Color information

#573301 (or 0x573301) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 33 and 01. RGB value is (87,51,1). Sum of RGB (Red+Green+Blue) = 87+51+1=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #573301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573301 is #A8CCFE. Grayscale: #383838. Windows color (decimal): -11062527 or 78679. OLE color: 78679.

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

Color convert

RGB87511-
CMYK00.410.990.66
HSL34.88º97.73%17.25%-
HSV(B)34.88º98.85%34.12%-
XYZ5.124.40.61-
YUV56.0696.93150.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.59%
GREEN value IS 51 (20.31% from 255) = 36.69%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=62.59%
G=36.69%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8751100.410.990.6634.8897.7317.25
Hex573310296342236211
Octal1276310511431024314221
Binary10101111100111010100111000111000010100011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573301; }

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

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

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

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

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

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

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

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