Html Css Color HEX #5D443A Very Dark Brown

📋 copy color: '#5D443A'

red 93 ◦ green 68 ◦ blue 58

#5D443A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Very Dark Brown #5D443A

Tints of Very Dark Brown #5D443A

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 value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#5D443A (or 0x5D443A) is known color: 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

RGB 93 68 58 -
CMYK 0 0.27 0.38 0.64
HSL 17.14º 0.23% 0.3% -
HSV(B) 17.14º 0.38% 0.36% -
XYZ 7.35 6.77 4.92 -
YUV 74.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 93 68 58 0 0.27 0.38 0.64 17.14 0.23 0.3
Hex 5D 44 3A 0 1B 26 40 11 17 1E
Octal 135 104 72 0 33 46 100 21 27 36
Binary 1011101 1000100 111010 0 11011 100110 1000000 10001 10111 11110

Color Harmonies of #5D443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D443A

Black with #5D443A

Text Example


Text Example

White with #5D443A

Text Example


Text Example

HTML Codes & Css Web 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>