Html Css Color HEX #5E4021 Dark Brown

📋 copy color: '#5E4021'

red 94 ◦ green 64 ◦ blue 33

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

Shades of Dark Brown #5E4021

Tints of Dark Brown #5E4021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.51%

 BLUE value IS 33 (13.28% from 255) = 17.28%

R = 49.21%
G = 33.51%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.63

RGB Variations

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

Color information

#5E4021 (or 0x5E4021) is known color: Dark Brown. HEX triplet: 5E, 40 and 21. RGB value is (94,64,33). Sum of RGB (Red+Green+Blue) = 94+64+33=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4021 is #A1BFDE. Grayscale: #454545. Windows color (decimal): -10600415 or 2179166. OLE color: 2179166.

HSL color Cylindrical-coordinate representation of color #5E4021: hue angle of 30.49º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E4021 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 64 33 -
CMYK 0 0.32 0.65 0.63
HSL 30.49º 0.48% 0.25% -
HSV(B) 30.49º 0.65% 0.37% -
XYZ 6.72 6.16 2.27 -
YUV 69.44 107.44 145.52 -
System Red Green Blue C M Y K H S L
Decimal 94 64 33 0 0.32 0.65 0.63 30.49 0.48 0.25
Hex 5E 40 21 0 20 41 3F 1E 30 19
Octal 136 100 41 0 40 101 77 36 60 31
Binary 1011110 1000000 100001 0 100000 1000001 111111 11110 110000 11001

Color Harmonies of #5E4021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4021

Black with #5E4021

Text Example


Text Example

White with #5E4021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,64,33); }

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

background-color css

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

 a { background-color: rgb(94,64,33); }

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

border-color css

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

 span { border-color: rgb(94,64,33); }

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