#573312

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

Shades of Baker's Chocolate #573312

Tints of Baker's Chocolate #573312

Color information

#573312 (or 0x573312) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 33 and 12. RGB value is (87,51,18). Sum of RGB (Red+Green+Blue) = 87+51+18=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #573312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573312 is #A8CCED. Grayscale: #3A3A3A. Windows color (decimal): -11062510 or 1192791. OLE color: 1192791.

HSL color Cylindrical-coordinate representation of color #573312: hue angle of 28.7º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #573312 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB875118-
CMYK00.410.790.66
HSL28.7º65.71%20.59%-
HSV(B)28.7º79.31%34.12%-
XYZ5.224.441.15-
YUV58105.43148.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.77%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 18 (7.42% from 255) = 11.54%
R=55.77%
G=32.69%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87511800.410.790.6628.765.7120.59
Hex5733120294F421d4215
Octal12763220511171023510225
Binary10101111100111001001010011001111100001011101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573312; }

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

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

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

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

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

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

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

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