#57260A

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

Shades of Baker's Chocolate #57260A

Tints of Baker's Chocolate #57260A

Color information

#57260A (or 0x57260A) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 26 and 0A. RGB value is (87,38,10). Sum of RGB (Red+Green+Blue) = 87+38+10=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #57260A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57260A is #A8D9F5. Grayscale: #313131. Windows color (decimal): -11065846 or 665175. OLE color: 665175.

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

Color convert

RGB873810-
CMYK00.560.890.66
HSL21.82º79.38%19.02%-
HSV(B)21.82º88.51%34.12%-
XYZ4.683.430.7-
YUV49.46105.73154.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 64.44%
GREEN value IS 38 (15.23% from 255) = 28.15%
BLUE value IS 10 (4.30% from 255) = 7.41%
R=64.44%
G=28.15%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87381000.560.890.6621.8279.3819.02
Hex5726A0385942164f13
Octal12746120701311022611723
Binary1010111100110101001110001011001100001010110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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