#572913

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

Shades of Baker's Chocolate #572913

Tints of Baker's Chocolate #572913

Color information

#572913 (or 0x572913) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 29 and 13. RGB value is (87,41,19). Sum of RGB (Red+Green+Blue) = 87+41+19=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #572913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572913 is #A8D6EC. Grayscale: #343434. Windows color (decimal): -11065069 or 1255767. OLE color: 1255767.

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

Color convert

RGB874119-
CMYK00.530.780.66
HSL19.41º64.15%20.78%-
HSV(B)19.41º78.16%34.12%-
XYZ4.843.661.07-
YUV52.25109.24152.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.18%
GREEN value IS 41 (16.41% from 255) = 27.89%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=59.18%
G=27.89%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87411900.530.780.6619.4164.1520.78
Hex5729130354E42134015
Octal12751230651161022310025
Binary10101111010011001101101011001110100001010011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572913; }

 p { color: rgb(87,41,19); }

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

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

 a { background-color: rgb(87,41,19); }

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

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

 span { border-color: rgb(87,41,19); }

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