#573D1A

Color #573D1A Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #573D1A

Tints of Dark Brown #573D1A

Color information

#573D1A (or 0x573D1A) is unknown color: approx Dark Brown. HEX triplet: 57, 3D and 1A. RGB value is (87,61,26). Sum of RGB (Red+Green+Blue) = 87+61+26=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #573D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573D1A is #A8C2E5. Grayscale: #404040. Windows color (decimal): -11059942 or 1719639. OLE color: 1719639.

HSL color Cylindrical-coordinate representation of color #573D1A: hue angle of 34.43º 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 #573D1A is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB876126-
CMYK00.300.700.66
HSL34.43º53.98%22.16%-
HSV(B)34.43º70.11%34.12%-
XYZ5.795.441.72-
YUV64.78106.11143.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50%
GREEN value IS 61 (24.22% from 255) = 35.06%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=50%
G=35.06%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87612600.300.700.6634.4353.9822.16
Hex573D1A01E4642223616
Octal1277532036106102426626
Binary1010111111101110100111101000110100001010001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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