#57250A

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

Shades of Baker's Chocolate #57250A

Tints of Baker's Chocolate #57250A

Color information

#57250A (or 0x57250A) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 25 and 0A. RGB value is (87,37,10). Sum of RGB (Red+Green+Blue) = 87+37+10=134 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.93% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 87 - color contains mainly: red. Hex color #57250A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57250A is #A8DAF5. Grayscale: #313131. Windows color (decimal): -11066102 or 664919. OLE color: 664919.

HSL color Cylindrical-coordinate representation of color #57250A: hue angle of 21.04º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #57250A is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.66.

Color convert

RGB873710-
CMYK00.570.890.66
HSL21.04º79.38%19.02%-
HSV(B)21.04º88.51%34.12%-
XYZ4.653.370.69-
YUV48.87106.06155.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 64.93%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 10 (4.30% from 255) = 7.46%
R=64.93%
G=27.61%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87371000.570.890.6621.0479.3819.02
Hex5725A0395942154f13
Octal12745120711311022511723
Binary1010111100101101001110011011001100001010101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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