#57413A

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

Shades of Very Dark Brown #57413A

Tints of Very Dark Brown #57413A

Color information

#57413A (or 0x57413A) is unknown color: approx Very Dark Brown. HEX triplet: 57, 41 and 3A. RGB value is (87,65,58). Sum of RGB (Red+Green+Blue) = 87+65+58=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 87 - color contains mainly: red. Hex color #57413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57413A is #A8BEC5. Grayscale: #464646. Windows color (decimal): -11058886 or 3817815. OLE color: 3817815.

HSL color Cylindrical-coordinate representation of color #57413A: hue angle of 14.48º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57413A is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB876558-
CMYK00.250.330.66
HSL14.48º20%28.43%-
HSV(B)14.48º33.33%34.12%-
XYZ6.586.114.84-
YUV70.78120.79139.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.43%
GREEN value IS 65 (25.78% from 255) = 30.95%
BLUE value IS 58 (23.05% from 255) = 27.62%
R=41.43%
G=30.95%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87655800.250.330.6614.482028.43
Hex57413A0192142e141c
Octal1271017203141102162434
Binary10101111000001111010011001100001100001011101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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