Html Css Color HEX #5E461D Dark Brown

📋 copy color: '#5E461D'

red 94 ◦ green 70 ◦ blue 29

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

Shades of Dark Brown #5E461D

Tints of Dark Brown #5E461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.27%

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

R = 48.7%
G = 36.27%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.63

RGB Variations

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

Color information

#5E461D (or 0x5E461D) is known color: Dark Brown. HEX triplet: 5E, 46 and 1D. RGB value is (94,70,29). Sum of RGB (Red+Green+Blue) = 94+70+29=193 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.70% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 94 - color contains mainly: red. Hex color #5E461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E461D is #A1B9E2. Grayscale: #484848. Windows color (decimal): -10598883 or 1918558. OLE color: 1918558.

HSL color Cylindrical-coordinate representation of color #5E461D: hue angle of 37.85º 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 #5E461D is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 70 29 -
CMYK 0 0.26 0.69 0.63
HSL 37.85º 0.53% 0.24% -
HSV(B) 37.85º 0.69% 0.37% -
XYZ 7.03 6.85 2.11 -
YUV 72.5 103.45 143.33 -
System Red Green Blue C M Y K H S L
Decimal 94 70 29 0 0.26 0.69 0.63 37.85 0.53 0.24
Hex 5E 46 1D 0 1A 45 3F 26 35 18
Octal 136 106 35 0 32 105 77 46 65 30
Binary 1011110 1000110 11101 0 11010 1000101 111111 100110 110101 11000

Color Harmonies of #5E461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E461D

Black with #5E461D

Text Example


Text Example

White with #5E461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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