#573D1B

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

Shades of Dark Brown #573D1B

Tints of Dark Brown #573D1B

Color information

#573D1B (or 0x573D1B) is unknown color: approx Dark Brown. HEX triplet: 57, 3D and 1B. RGB value is (87,61,27). Sum of RGB (Red+Green+Blue) = 87+61+27=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #573D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573D1B is #A8C2E4. Grayscale: #414141. Windows color (decimal): -11059941 or 1785175. OLE color: 1785175.

HSL color Cylindrical-coordinate representation of color #573D1B: hue angle of 34º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #573D1B is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB876127-
CMYK00.300.690.66
HSL34º52.63%22.35%-
HSV(B)34º68.97%34.12%-
XYZ5.85.441.78-
YUV64.9106.61143.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.71%
GREEN value IS 61 (24.22% from 255) = 34.86%
BLUE value IS 27 (10.94% from 255) = 15.43%
R=49.71%
G=34.86%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87612700.300.690.663452.6322.35
Hex573D1B01E4542223516
Octal1277533036105102426526
Binary1010111111101110110111101000101100001010001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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