#572813

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

Shades of Baker's Chocolate #572813

Tints of Baker's Chocolate #572813

Color information

#572813 (or 0x572813) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 28 and 13. RGB value is (87,40,19). Sum of RGB (Red+Green+Blue) = 87+40+19=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #572813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572813 is #A8D7EC. Grayscale: #333333. Windows color (decimal): -11065325 or 1255511. OLE color: 1255511.

HSL color Cylindrical-coordinate representation of color #572813: hue angle of 18.53º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #572813 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB874019-
CMYK00.540.780.66
HSL18.53º64.15%20.78%-
HSV(B)18.53º78.16%34.12%-
XYZ4.813.591.06-
YUV51.66109.57153.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.59%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 19 (7.81% from 255) = 13.01%
R=59.59%
G=27.40%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87401900.540.780.6618.5364.1520.78
Hex5728130364E42134015
Octal12750230661161022310025
Binary10101111010001001101101101001110100001010011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572813; }

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

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

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

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

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

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

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

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