#57401B

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

Shades of Dark Brown #57401B

Tints of Dark Brown #57401B

Color information

#57401B (or 0x57401B) is unknown color: approx Dark Brown. HEX triplet: 57, 40 and 1B. RGB value is (87,64,27). Sum of RGB (Red+Green+Blue) = 87+64+27=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #57401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57401B is #A8BFE4. Grayscale: #424242. Windows color (decimal): -11059173 or 1785943. OLE color: 1785943.

HSL color Cylindrical-coordinate representation of color #57401B: hue angle of 37º 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 #57401B is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB876427-
CMYK00.260.690.66
HSL37º52.63%22.35%-
HSV(B)37º68.97%34.12%-
XYZ5.965.771.84-
YUV66.66105.62142.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 27 (10.94% from 255) = 15.17%
R=48.88%
G=35.96%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87642700.260.690.663752.6322.35
Hex57401B01A4542253516
Octal12710033032105102456526
Binary10101111000000110110110101000101100001010010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57401B; }

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

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

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

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

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

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

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

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