#57250C

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

Shades of Baker's Chocolate #57250C

Tints of Baker's Chocolate #57250C

Color information

#57250C (or 0x57250C) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 25 and 0C. RGB value is (87,37,12). Sum of RGB (Red+Green+Blue) = 87+37+12=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #57250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57250C is #A8DAF3. Grayscale: #313131. Windows color (decimal): -11066100 or 795991. OLE color: 795991.

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

Color convert

RGB873712-
CMYK00.570.860.66
HSL20º75.76%19.41%-
HSV(B)20º86.21%34.12%-
XYZ4.663.380.75-
YUV49.1107.06155.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.97%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 12 (5.08% from 255) = 8.82%
R=63.97%
G=27.21%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87371200.570.860.662075.7619.41
Hex5725C0395642144c13
Octal12745140711261022411423
Binary1010111100101110001110011010110100001010100100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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