#573114

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

Shades of Baker's Chocolate #573114

Tints of Baker's Chocolate #573114

Color information

#573114 (or 0x573114) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 31 and 14. RGB value is (87,49,20). Sum of RGB (Red+Green+Blue) = 87+49+20=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #573114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573114 is #A8CEEB. Grayscale: #393939. Windows color (decimal): -11063020 or 1323351. OLE color: 1323351.

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

Color convert

RGB874920-
CMYK00.440.770.66
HSL25.97º62.62%20.98%-
HSV(B)25.97º77.01%34.12%-
XYZ5.164.271.21-
YUV57.06107.09149.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.77%
GREEN value IS 49 (19.53% from 255) = 31.41%
BLUE value IS 20 (8.20% from 255) = 12.82%
R=55.77%
G=31.41%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87492000.440.770.6625.9762.6220.98
Hex57311402C4D421a3f15
Octal1276124054115102327725
Binary1010111110001101000101100100110110000101101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573114; }

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

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

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

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

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

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

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

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