#57390C

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

Shades of Baker's Chocolate #57390C

Tints of Baker's Chocolate #57390C

Color information

#57390C (or 0x57390C) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 39 and 0C. RGB value is (87,57,12). Sum of RGB (Red+Green+Blue) = 87+57+12=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #57390C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57390C is #A8C6F3. Grayscale: #3D3D3D. Windows color (decimal): -11060980 or 801111. OLE color: 801111.

HSL color Cylindrical-coordinate representation of color #57390C: hue angle of 36º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57390C is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB875712-
CMYK00.340.860.66
HSL36º75.76%19.41%-
HSV(B)36º86.21%34.12%-
XYZ5.464.981.02-
YUV60.84100.44146.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.77%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 12 (5.08% from 255) = 7.69%
R=55.77%
G=36.54%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87571200.340.860.663675.7619.41
Hex5739C0225642244c13
Octal12771140421261024411423
Binary10101111110011100010001010101101000010100100100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57390C; }

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

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

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

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

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

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

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

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