#573414

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

Shades of Baker's Chocolate #573414

Tints of Baker's Chocolate #573414

Color information

#573414 (or 0x573414) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 34 and 14. RGB value is (87,52,20). Sum of RGB (Red+Green+Blue) = 87+52+20=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #573414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573414 is #A8CBEB. Grayscale: #3A3A3A. Windows color (decimal): -11062252 or 1324119. OLE color: 1324119.

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

Color convert

RGB875220-
CMYK00.400.770.66
HSL28.66º62.62%20.98%-
HSV(B)28.66º77.01%34.12%-
XYZ5.284.531.26-
YUV58.82106.1148.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.72%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 20 (8.20% from 255) = 12.58%
R=54.72%
G=32.70%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87522000.400.770.6628.6662.6220.98
Hex5734140284D421d3f15
Octal1276424050115102357725
Binary1010111110100101000101000100110110000101110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573414; }

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

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

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

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

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

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

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

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