Html Css Color HEX #5D411E Dark Brown

📋 copy color: '#5D411E'

red 93 ◦ green 65 ◦ blue 30

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

Shades of Dark Brown #5D411E

Tints of Dark Brown #5D411E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.57%

 BLUE value IS 30 (12.11% from 255) = 15.96%

R = 49.47%
G = 34.57%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#5D411E (or 0x5D411E) is known color: Dark Brown. HEX triplet: 5D, 41 and 1E. RGB value is (93,65,30). Sum of RGB (Red+Green+Blue) = 93+65+30=188 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.47% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 93 - color contains mainly: red. Hex color #5D411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D411E is #A2BEE1. Grayscale: #454545. Windows color (decimal): -10665698 or 1982813. OLE color: 1982813.

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

Color convert

RGB 93 65 30 -
CMYK 0 0.30 0.68 0.64
HSL 33.33º 0.51% 0.24% -
HSV(B) 33.33º 0.68% 0.36% -
XYZ 6.64 6.2 2.08 -
YUV 69.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 93 65 30 0 0.30 0.68 0.64 33.33 0.51 0.24
Hex 5D 41 1E 0 1E 44 40 21 33 18
Octal 135 101 36 0 36 104 100 41 63 30
Binary 1011101 1000001 11110 0 11110 1000100 1000000 100001 110011 11000

Color Harmonies of #5D411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D411E

Black with #5D411E

Text Example


Text Example

White with #5D411E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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