#573A1A

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

Shades of Baker's Chocolate #573A1A

Tints of Baker's Chocolate #573A1A

Color information

#573A1A (or 0x573A1A) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 3A and 1A. RGB value is (87,58,26). Sum of RGB (Red+Green+Blue) = 87+58+26=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #573A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573A1A is #A8C5E5. Grayscale: #3F3F3F. Windows color (decimal): -11060710 or 1718871. OLE color: 1718871.

HSL color Cylindrical-coordinate representation of color #573A1A: hue angle of 31.48º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #573A1A is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB875826-
CMYK00.330.700.66
HSL31.48º53.98%22.16%-
HSV(B)31.48º70.11%34.12%-
XYZ5.635.131.67-
YUV63.02107.11145.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.88%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 26 (10.55% from 255) = 15.20%
R=50.88%
G=33.92%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87582600.330.700.6631.4853.9822.16
Hex573A1A02146421f3616
Octal1277232041106102376626
Binary1010111111010110100100001100011010000101111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573A1A; }

 p { color: rgb(87,58,26); }

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

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

 a { background-color: rgb(87,58,26); }

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

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

 span { border-color: rgb(87,58,26); }

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