#573014

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

Shades of Baker's Chocolate #573014

Tints of Baker's Chocolate #573014

Color information

#573014 (or 0x573014) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 30 and 14. RGB value is (87,48,20). Sum of RGB (Red+Green+Blue) = 87+48+20=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #573014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573014 is #A8CFEB. Grayscale: #383838. Windows color (decimal): -11063276 or 1323095. OLE color: 1323095.

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

Color convert

RGB874820-
CMYK00.450.770.66
HSL25.07º62.62%20.98%-
HSV(B)25.07º77.01%34.12%-
XYZ5.114.191.2-
YUV56.47107.42149.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.13%
GREEN value IS 48 (19.14% from 255) = 30.97%
BLUE value IS 20 (8.20% from 255) = 12.90%
R=56.13%
G=30.97%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87482000.450.770.6625.0762.6220.98
Hex57301402D4D42193f15
Octal1276024055115102317725
Binary1010111110000101000101101100110110000101100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573014; }

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

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

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

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

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

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

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

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