#57401A

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

Shades of Dark Brown #57401A

Tints of Dark Brown #57401A

Color information

#57401A (or 0x57401A) is unknown color: approx Dark Brown. HEX triplet: 57, 40 and 1A. RGB value is (87,64,26). Sum of RGB (Red+Green+Blue) = 87+64+26=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #57401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57401A is #A8BFE5. Grayscale: #424242. Windows color (decimal): -11059174 or 1720407. OLE color: 1720407.

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

Color convert

RGB876426-
CMYK00.260.700.66
HSL37.38º53.98%22.16%-
HSV(B)37.38º70.11%34.12%-
XYZ5.955.771.78-
YUV66.54105.12142.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=49.15%
G=36.16%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87642600.260.700.6637.3853.9822.16
Hex57401A01A4642253616
Octal12710032032106102456626
Binary10101111000000110100110101000110100001010010111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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