Html Css Color HEX #5E460E Raw Umber

📋 copy color: '#5E460E'

red 94 ◦ green 70 ◦ blue 14

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

Shades of Raw Umber #5E460E

Tints of Raw Umber #5E460E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.87%

R = 52.81%
G = 39.33%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.63

RGB Variations

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

Color information

#5E460E (or 0x5E460E) is known color: Raw Umber. HEX triplet: 5E, 46 and 0E. RGB value is (94,70,14). Sum of RGB (Red+Green+Blue) = 94+70+14=178 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.81% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 94 - color contains mainly: red. Hex color #5E460E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E460E is #A1B9F1. Grayscale: #474747. Windows color (decimal): -10598898 or 935518. OLE color: 935518.

HSL color Cylindrical-coordinate representation of color #5E460E: hue angle of 42º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E460E is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 70 14 -
CMYK 0 0.26 0.85 0.63
HSL 42º 0.74% 0.21% -
HSV(B) 42º 0.85% 0.37% -
XYZ 6.89 6.79 1.36 -
YUV 70.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 94 70 14 0 0.26 0.85 0.63 42 0.74 0.21
Hex 5E 46 E 0 1A 55 3F 2A 4A 15
Octal 136 106 16 0 32 125 77 52 112 25
Binary 1011110 1000110 1110 0 11010 1010101 111111 101010 1001010 10101

Color Harmonies of #5E460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E460E

Black with #5E460E

Text Example


Text Example

White with #5E460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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