#573814

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

Shades of Baker's Chocolate #573814

Tints of Baker's Chocolate #573814

Color information

#573814 (or 0x573814) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 38 and 14. RGB value is (87,56,20). Sum of RGB (Red+Green+Blue) = 87+56+20=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #573814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573814 is #A8C7EB. Grayscale: #3D3D3D. Windows color (decimal): -11061228 or 1325143. OLE color: 1325143.

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

Color convert

RGB875620-
CMYK00.360.770.66
HSL32.24º62.62%20.98%-
HSV(B)32.24º77.01%34.12%-
XYZ5.474.911.32-
YUV61.16104.77146.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.37%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=53.37%
G=34.36%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87562000.360.770.6632.2462.6220.98
Hex5738140244D42203f15
Octal1277024044115102407725
Binary10101111110001010001001001001101100001010000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573814; }

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

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

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

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

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

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

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

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