Html Css Color HEX #5E4215 Dark Brown

📋 copy color: '#5E4215'

red 94 ◦ green 66 ◦ blue 21

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

Shades of Dark Brown #5E4215

Tints of Dark Brown #5E4215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.46%

 BLUE value IS 21 (8.59% from 255) = 11.6%

R = 51.93%
G = 36.46%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#5E4215 (or 0x5E4215) is known color: Dark Brown. HEX triplet: 5E, 42 and 15. RGB value is (94,66,21). Sum of RGB (Red+Green+Blue) = 94+66+21=181 (23% of max value = 765). Red value is 94 (37.11% from 255 or 51.93% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4215 is #A1BDEA. Grayscale: #454545. Windows color (decimal): -10599915 or 1393246. OLE color: 1393246.

HSL color Cylindrical-coordinate representation of color #5E4215: hue angle of 36.99º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E4215 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 66 21 -
CMYK 0 0.30 0.78 0.63
HSL 36.99º 0.63% 0.23% -
HSV(B) 36.99º 0.78% 0.37% -
XYZ 6.7 6.33 1.58 -
YUV 69.24 100.78 145.66 -
System Red Green Blue C M Y K H S L
Decimal 94 66 21 0 0.30 0.78 0.63 36.99 0.63 0.23
Hex 5E 42 15 0 1E 4E 3F 25 3F 17
Octal 136 102 25 0 36 116 77 45 77 27
Binary 1011110 1000010 10101 0 11110 1001110 111111 100101 111111 10111

Color Harmonies of #5E4215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4215

Black with #5E4215

Text Example


Text Example

White with #5E4215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,66,21); }

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

background-color css

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

 a { background-color: rgb(94,66,21); }

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

border-color css

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

 span { border-color: rgb(94,66,21); }

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