Html Css Color HEX #5D441D Dark Brown

📋 copy color: '#5D441D'

red 93 ◦ green 68 ◦ blue 29

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

Shades of Dark Brown #5D441D

Tints of Dark Brown #5D441D

RGB

 RED value IS 93 (36.72% from 255) = 48.95%

 GREEN value IS 68 (26.95% from 255) = 35.79%

 BLUE value IS 29 (11.72% from 255) = 15.26%

R = 48.95%
G = 35.79%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#5D441D (or 0x5D441D) is known color: Dark Brown. HEX triplet: 5D, 44 and 1D. RGB value is (93,68,29). Sum of RGB (Red+Green+Blue) = 93+68+29=190 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.95% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 93 - color contains mainly: red. Hex color #5D441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D441D is #A2BBE2. Grayscale: #474747. Windows color (decimal): -10664931 or 1918045. OLE color: 1918045.

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

Color convert

RGB 93 68 29 -
CMYK 0 0.27 0.69 0.64
HSL 36.56º 0.52% 0.24% -
HSV(B) 36.56º 0.69% 0.36% -
XYZ 6.8 6.55 2.07 -
YUV 71.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 93 68 29 0 0.27 0.69 0.64 36.56 0.52 0.24
Hex 5D 44 1D 0 1B 45 40 25 34 18
Octal 135 104 35 0 33 105 100 45 64 30
Binary 1011101 1000100 11101 0 11011 1000101 1000000 100101 110100 11000

Color Harmonies of #5D441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D441D

Black with #5D441D

Text Example


Text Example

White with #5D441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D441D;
 }
 .AnyTagClassName
 {
   color: #5D441D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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