#57360E

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

Shades of Baker's Chocolate #57360E

Tints of Baker's Chocolate #57360E

Color information

#57360E (or 0x57360E) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 36 and 0E. RGB value is (87,54,14). Sum of RGB (Red+Green+Blue) = 87+54+14=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #57360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57360E is #A8C9F1. Grayscale: #3B3B3B. Windows color (decimal): -11061746 or 931415. OLE color: 931415.

HSL color Cylindrical-coordinate representation of color #57360E: hue angle of 32.88º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #57360E is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB875414-
CMYK00.380.840.66
HSL32.88º72.28%19.8%-
HSV(B)32.88º83.91%34.12%-
XYZ5.334.71.04-
YUV59.31102.43147.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.13%
GREEN value IS 54 (21.48% from 255) = 34.84%
BLUE value IS 14 (5.86% from 255) = 9.03%
R=56.13%
G=34.84%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87541400.380.840.6632.8872.2819.8
Hex5736E0265442214814
Octal12766160461241024111024
Binary10101111101101110010011010101001000010100001100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57360E; }

 p { color: rgb(87,54,14); }

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

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

 a { background-color: rgb(87,54,14); }

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

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

 span { border-color: rgb(87,54,14); }

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