#57280A

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

Shades of Baker's Chocolate #57280A

Tints of Baker's Chocolate #57280A

Color information

#57280A (or 0x57280A) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 28 and 0A. RGB value is (87,40,10). Sum of RGB (Red+Green+Blue) = 87+40+10=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #57280A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57280A is #A8D7F5. Grayscale: #323232. Windows color (decimal): -11065334 or 665687. OLE color: 665687.

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

Color convert

RGB874010-
CMYK00.540.890.66
HSL23.38º79.38%19.02%-
HSV(B)23.38º88.51%34.12%-
XYZ4.743.570.73-
YUV50.63105.07153.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.50%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 10 (4.30% from 255) = 7.30%
R=63.50%
G=29.20%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87401000.540.890.6623.3879.3819.02
Hex5728A0365942174f13
Octal12750120661311022711723
Binary1010111101000101001101101011001100001010111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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