#5D443A

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

Shades of Very Dark Brown #5D443A

Tints of Very Dark Brown #5D443A

Color information

#5D443A (or 0x5D443A) is unknown color: approx Very Dark Brown. HEX triplet: 5D, 44 and 3A. RGB value is (93,68,58). Sum of RGB (Red+Green+Blue) = 93+68+58=219 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.47% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 93 - color contains mainly: red. Hex color #5D443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D443A is #A2BBC5. Grayscale: #4A4A4A. Windows color (decimal): -10664902 or 3818589. OLE color: 3818589.

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

Color convert

RGB936858-
CMYK00.270.380.64
HSL17.14º23.18%29.61%-
HSV(B)17.14º37.63%36.47%-
XYZ7.356.774.92-
YUV74.33118.78141.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.47%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=42.47%
G=31.05%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93685800.270.380.6417.1423.1829.61
Hex5D443A01B264011171e
Octal1351047203346100212736
Binary101110110001001110100110111001101000000100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,68,58); }

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

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

 a { background-color: rgb(93,68,58); }

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

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

 span { border-color: rgb(93,68,58); }

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