#573210

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

Shades of Baker's Chocolate #573210

Tints of Baker's Chocolate #573210

Color information

#573210 (or 0x573210) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 32 and 10. RGB value is (87,50,16). Sum of RGB (Red+Green+Blue) = 87+50+16=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #573210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573210 is #A8CDEF. Grayscale: #393939. Windows color (decimal): -11062768 or 1061463. OLE color: 1061463.

HSL color Cylindrical-coordinate representation of color #573210: hue angle of 28.73º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #573210 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB875016-
CMYK00.430.820.66
HSL28.73º68.93%20.2%-
HSV(B)28.73º81.61%34.12%-
XYZ5.164.341.06-
YUV57.19104.76149.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.86%
GREEN value IS 50 (19.92% from 255) = 32.68%
BLUE value IS 16 (6.64% from 255) = 10.46%
R=56.86%
G=32.68%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87501600.430.820.6628.7368.9320.2
Hex57321002B52421d4514
Octal12762200531221023510524
Binary10101111100101000001010111010010100001011101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573210; }

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

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

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

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

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

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

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

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