#573413

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

Shades of Baker's Chocolate #573413

Tints of Baker's Chocolate #573413

Color information

#573413 (or 0x573413) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 34 and 13. RGB value is (87,52,19). Sum of RGB (Red+Green+Blue) = 87+52+19=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #573413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573413 is #A8CBEC. Grayscale: #3A3A3A. Windows color (decimal): -11062253 or 1258583. OLE color: 1258583.

HSL color Cylindrical-coordinate representation of color #573413: hue angle of 29.12º 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 #573413 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB875219-
CMYK00.400.780.66
HSL29.12º64.15%20.78%-
HSV(B)29.12º78.16%34.12%-
XYZ5.284.531.21-
YUV58.7105.6148.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.06%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 19 (7.81% from 255) = 12.03%
R=55.06%
G=32.91%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87521900.400.780.6629.1264.1520.78
Hex5734130284E421d4015
Octal12764230501161023510025
Binary10101111101001001101010001001110100001011101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573413; }

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

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

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

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

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

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

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

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