Html Css Color HEX #5E4C04 Raw Umber

📋 copy color: '#5E4C04'

red 94 ◦ green 76 ◦ blue 4

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

Shades of Raw Umber #5E4C04

Tints of Raw Umber #5E4C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.68%

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

R = 54.02%
G = 43.68%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.63

RGB Variations

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

Color information

#5E4C04 (or 0x5E4C04) is known color: Raw Umber. HEX triplet: 5E, 4C and 04. RGB value is (94,76,4). Sum of RGB (Red+Green+Blue) = 94+76+4=174 (23% of max value = 765). Red value is 94 (37.11% from 255 or 54.02% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4C04 is #A1B3FB. Grayscale: #494949. Windows color (decimal): -10597372 or 281694. OLE color: 281694.

HSL color Cylindrical-coordinate representation of color #5E4C04: hue angle of 48º 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 #5E4C04 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 76 4 -
CMYK 0 0.19 0.96 0.63
HSL 48º 0.92% 0.19% -
HSV(B) 48º 0.96% 0.37% -
XYZ 7.22 7.56 1.19 -
YUV 73.17 88.96 142.85 -
System Red Green Blue C M Y K H S L
Decimal 94 76 4 0 0.19 0.96 0.63 48 0.92 0.19
Hex 5E 4C 4 0 13 60 3F 30 5C 13
Octal 136 114 4 0 23 140 77 60 134 23
Binary 1011110 1001100 100 0 10011 1100000 111111 110000 1011100 10011

Color Harmonies of #5E4C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4C04

Black with #5E4C04

Text Example


Text Example

White with #5E4C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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