Html Css Color HEX #5E4F04 Raw Umber

📋 copy color: '#5E4F04'

red 94 ◦ green 79 ◦ blue 4

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

Shades of Raw Umber #5E4F04

Tints of Raw Umber #5E4F04

RGB

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

 GREEN value IS 79 (31.25% from 255) = 44.63%

 BLUE value IS 4 (1.95% from 255) = 2.26%

R = 53.11%
G = 44.63%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.63

RGB Variations

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

Color information

#5E4F04 (or 0x5E4F04) is known color: Raw Umber. HEX triplet: 5E, 4F and 04. RGB value is (94,79,4). Sum of RGB (Red+Green+Blue) = 94+79+4=177 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.11% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E4F04 is #A1B0FB. Grayscale: #4B4B4B. Windows color (decimal): -10596604 or 282462. OLE color: 282462.

HSL color Cylindrical-coordinate representation of color #5E4F04: hue angle of 50º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E4F04 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 79 4 -
CMYK 0 0.16 0.96 0.63
HSL 50º 0.92% 0.19% -
HSV(B) 50º 0.96% 0.37% -
XYZ 7.43 7.98 1.26 -
YUV 74.94 87.97 141.6 -
System Red Green Blue C M Y K H S L
Decimal 94 79 4 0 0.16 0.96 0.63 50 0.92 0.19
Hex 5E 4F 4 0 10 60 3F 32 5C 13
Octal 136 117 4 0 20 140 77 62 134 23
Binary 1011110 1001111 100 0 10000 1100000 111111 110010 1011100 10011

Color Harmonies of #5E4F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4F04

Black with #5E4F04

Text Example


Text Example

White with #5E4F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,79,4); }

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

background-color css

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

 a { background-color: rgb(94,79,4); }

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

border-color css

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

 span { border-color: rgb(94,79,4); }

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