#57250E

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

Shades of Baker's Chocolate #57250E

Tints of Baker's Chocolate #57250E

Color information

#57250E (or 0x57250E) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 25 and 0E. RGB value is (87,37,14). Sum of RGB (Red+Green+Blue) = 87+37+14=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #57250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57250E is #A8DAF1. Grayscale: #313131. Windows color (decimal): -11066098 or 927063. OLE color: 927063.

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

Color convert

RGB873714-
CMYK00.570.840.66
HSL18.9º72.28%19.8%-
HSV(B)18.9º83.91%34.12%-
XYZ4.673.380.82-
YUV49.33108.06154.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.04%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 14 (5.86% from 255) = 10.14%
R=63.04%
G=26.81%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87371400.570.840.6618.972.2819.8
Hex5725E0395442134814
Octal12745160711241022311024
Binary1010111100101111001110011010100100001010011100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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