Html Css Color HEX #5E451D Dark Brown

📋 copy color: '#5E451D'

red 94 ◦ green 69 ◦ blue 29

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

Shades of Dark Brown #5E451D

Tints of Dark Brown #5E451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.94%

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

R = 48.96%
G = 35.94%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.63

RGB Variations

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

Color information

#5E451D (or 0x5E451D) is known color: Dark Brown. HEX triplet: 5E, 45 and 1D. RGB value is (94,69,29). Sum of RGB (Red+Green+Blue) = 94+69+29=192 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.96% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 94 - color contains mainly: red. Hex color #5E451D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E451D is #A1BAE2. Grayscale: #484848. Windows color (decimal): -10599139 or 1918302. OLE color: 1918302.

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

Color convert

RGB 94 69 29 -
CMYK 0 0.27 0.69 0.63
HSL 36.92º 0.53% 0.24% -
HSV(B) 36.92º 0.69% 0.37% -
XYZ 6.97 6.72 2.09 -
YUV 71.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 94 69 29 0 0.27 0.69 0.63 36.92 0.53 0.24
Hex 5E 45 1D 0 1B 45 3F 25 35 18
Octal 136 105 35 0 33 105 77 45 65 30
Binary 1011110 1000101 11101 0 11011 1000101 111111 100101 110101 11000

Color Harmonies of #5E451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E451D

Black with #5E451D

Text Example


Text Example

White with #5E451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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