Html Css Color HEX #5E4404 Raw Umber

📋 copy color: '#5E4404'

red 94 ◦ green 68 ◦ blue 4

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

Shades of Raw Umber #5E4404

Tints of Raw Umber #5E4404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.96%

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

R = 56.63%
G = 40.96%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.63

RGB Variations

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

Color information

#5E4404 (or 0x5E4404) is known color: Raw Umber. HEX triplet: 5E, 44 and 04. RGB value is (94,68,4). Sum of RGB (Red+Green+Blue) = 94+68+4=166 (21% of max value = 765). Red value is 94 (37.11% from 255 or 56.63% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4404 is #A1BBFB. Grayscale: #444444. Windows color (decimal): -10599420 or 279646. OLE color: 279646.

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

Color convert

RGB 94 68 4 -
CMYK 0 0.28 0.96 0.63
HSL 42.67º 0.92% 0.19% -
HSV(B) 42.67º 0.96% 0.37% -
XYZ 6.71 6.52 1.02 -
YUV 68.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 94 68 4 0 0.28 0.96 0.63 42.67 0.92 0.19
Hex 5E 44 4 0 1C 60 3F 2B 5C 13
Octal 136 104 4 0 34 140 77 53 134 23
Binary 1011110 1000100 100 0 11100 1100000 111111 101011 1011100 10011

Color Harmonies of #5E4404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4404

Black with #5E4404

Text Example


Text Example

White with #5E4404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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