#573914

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

Shades of Baker's Chocolate #573914

Tints of Baker's Chocolate #573914

Color information

#573914 (or 0x573914) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 39 and 14. RGB value is (87,57,20). Sum of RGB (Red+Green+Blue) = 87+57+20=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #573914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573914 is #A8C6EB. Grayscale: #3D3D3D. Windows color (decimal): -11060972 or 1325399. OLE color: 1325399.

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

Color convert

RGB875720-
CMYK00.340.770.66
HSL33.13º62.62%20.98%-
HSV(B)33.13º77.01%34.12%-
XYZ5.5251.34-
YUV61.75104.44146.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.05%
GREEN value IS 57 (22.66% from 255) = 34.76%
BLUE value IS 20 (8.20% from 255) = 12.20%
R=53.05%
G=34.76%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87572000.340.770.6633.1362.6220.98
Hex5739140224D42213f15
Octal1277124042115102417725
Binary10101111110011010001000101001101100001010000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573914; }

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

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

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

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

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

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

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

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