Html Css Color HEX #5E3F1D Dark Brown

📋 copy color: '#5E3F1D'

red 94 ◦ green 63 ◦ blue 29

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

Shades of Dark Brown #5E3F1D

Tints of Dark Brown #5E3F1D

RGB

 RED value IS 94 (37.11% from 255) = 50.54%

 GREEN value IS 63 (25% from 255) = 33.87%

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

R = 50.54%
G = 33.87%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.63

RGB Variations

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

Color information

#5E3F1D (or 0x5E3F1D) is known color: Dark Brown. HEX triplet: 5E, 3F and 1D. RGB value is (94,63,29). Sum of RGB (Red+Green+Blue) = 94+63+29=186 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.54% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3F1D is #A1C0E2. Grayscale: #444444. Windows color (decimal): -10600675 or 1916766. OLE color: 1916766.

HSL color Cylindrical-coordinate representation of color #5E3F1D: hue angle of 31.38º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E3F1D is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 63 29 -
CMYK 0 0.33 0.69 0.63
HSL 31.38º 0.53% 0.24% -
HSV(B) 31.38º 0.69% 0.37% -
XYZ 6.62 6.02 1.98 -
YUV 68.39 105.77 146.26 -
System Red Green Blue C M Y K H S L
Decimal 94 63 29 0 0.33 0.69 0.63 31.38 0.53 0.24
Hex 5E 3F 1D 0 21 45 3F 1F 35 18
Octal 136 77 35 0 41 105 77 37 65 30
Binary 1011110 111111 11101 0 100001 1000101 111111 11111 110101 11000

Color Harmonies of #5E3F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3F1D

Black with #5E3F1D

Text Example


Text Example

White with #5E3F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,63,29); }

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

background-color css

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

 a { background-color: rgb(94,63,29); }

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

border-color css

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

 span { border-color: rgb(94,63,29); }

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