#5D413B

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

Shades of Very Dark Brown #5D413B

Tints of Very Dark Brown #5D413B

Color information

#5D413B (or 0x5D413B) is unknown color: approx Very Dark Brown. HEX triplet: 5D, 41 and 3B. RGB value is (93,65,59). Sum of RGB (Red+Green+Blue) = 93+65+59=217 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.86% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 93 - color contains mainly: red. Hex color #5D413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D413B is #A2BEC4. Grayscale: #484848. Windows color (decimal): -10665669 or 3883357. OLE color: 3883357.

HSL color Cylindrical-coordinate representation of color #5D413B: hue angle of 10.59º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D413B is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB936559-
CMYK00.300.370.64
HSL10.59º22.37%29.8%-
HSV(B)10.59º36.56%36.47%-
XYZ7.196.425-
YUV72.69120.28142.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.86%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 59 (23.44% from 255) = 27.19%
R=42.86%
G=29.95%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93655900.300.370.6410.5922.3729.8
Hex5D413B01E2540b161e
Octal1351017303645100132636
Binary10111011000001111011011110100101100000010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D413B; }

 p { color: rgb(93,65,59); }

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

<style>
 a { background-color: #5D413B; }

 a { background-color: rgb(93,65,59); }

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

<style>
 span { border-color: #5D413B; }

 span { border-color: rgb(93,65,59); }

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