#57280C

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

Shades of Baker's Chocolate #57280C

Tints of Baker's Chocolate #57280C

Color information

#57280C (or 0x57280C) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 28 and 0C. RGB value is (87,40,12). Sum of RGB (Red+Green+Blue) = 87+40+12=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #57280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57280C is #A8D7F3. Grayscale: #333333. Windows color (decimal): -11065332 or 796759. OLE color: 796759.

HSL color Cylindrical-coordinate representation of color #57280C: hue angle of 22.4º 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 #57280C is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB874012-
CMYK00.540.860.66
HSL22.4º75.76%19.41%-
HSV(B)22.4º86.21%34.12%-
XYZ4.763.570.79-
YUV50.86106.07153.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.59%
GREEN value IS 40 (16.02% from 255) = 28.78%
BLUE value IS 12 (5.08% from 255) = 8.63%
R=62.59%
G=28.78%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87401200.540.860.6622.475.7619.41
Hex5728C0365642164c13
Octal12750140661261022611423
Binary1010111101000110001101101010110100001010110100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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