#573200

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

Shades of Baker's Chocolate #573200

Tints of Baker's Chocolate #573200

Color information

#573200 (or 0x573200) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 32 and 00. RGB value is (87,50,0). Sum of RGB (Red+Green+Blue) = 87+50+0=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #573200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573200 is #A8CDFF. Grayscale: #373737. Windows color (decimal): -11062784 or 12887. OLE color: 12887.

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

Color convert

RGB87500-
CMYK00.4310.66
HSL34.48º100%17.06%-
HSV(B)34.48º100%34.12%-
XYZ5.074.310.56-
YUV55.3696.76150.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.50%
GREEN value IS 50 (19.92% from 255) = 36.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.50%
G=36.50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8750000.4310.6634.4810017.06
Hex5732002B6442226411
Octal1276200531441024214421
Binary10101111100100010101111001001000010100010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573200; }

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

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

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

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

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

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

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

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