Html Css Color HEX #5E4806 Raw Umber

📋 copy color: '#5E4806'

red 94 ◦ green 72 ◦ blue 6

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

Shades of Raw Umber #5E4806

Tints of Raw Umber #5E4806

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.86%

 BLUE value IS 6 (2.73% from 255) = 3.49%

R = 54.65%
G = 41.86%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.63

RGB Variations

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

Color information

#5E4806 (or 0x5E4806) is known color: Raw Umber. HEX triplet: 5E, 48 and 06. RGB value is (94,72,6). Sum of RGB (Red+Green+Blue) = 94+72+6=172 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.65% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4806 is #A1B7F9. Grayscale: #474747. Windows color (decimal): -10598394 or 411742. OLE color: 411742.

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

Color convert

RGB 94 72 6 -
CMYK 0 0.23 0.94 0.63
HSL 45º 0.88% 0.2% -
HSV(B) 45º 0.94% 0.37% -
XYZ 6.97 7.03 1.16 -
YUV 71.05 91.29 144.37 -
System Red Green Blue C M Y K H S L
Decimal 94 72 6 0 0.23 0.94 0.63 45 0.88 0.2
Hex 5E 48 6 0 17 5E 3F 2D 58 14
Octal 136 110 6 0 27 136 77 55 130 24
Binary 1011110 1001000 110 0 10111 1011110 111111 101101 1011000 10100

Color Harmonies of #5E4806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4806

Black with #5E4806

Text Example


Text Example

White with #5E4806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,72,6); }

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

background-color css

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

 a { background-color: rgb(94,72,6); }

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

border-color css

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

 span { border-color: rgb(94,72,6); }

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