Html Css Color HEX #5E4500 Raw Umber

📋 copy color: '#5E4500'

red 94 ◦ green 69 ◦ blue 0

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

Shades of Raw Umber #5E4500

Tints of Raw Umber #5E4500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.67%
G = 42.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.63

RGB Variations

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

Color information

#5E4500 (or 0x5E4500) is known color: Raw Umber. HEX triplet: 5E, 45 and 00. RGB value is (94,69,0). Sum of RGB (Red+Green+Blue) = 94+69+0=163 (21% of max value = 765). Red value is 94 (37.11% from 255 or 57.67% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4500 is #A1BAFF. Grayscale: #444444. Windows color (decimal): -10599168 or 17758. OLE color: 17758.

HSL color Cylindrical-coordinate representation of color #5E4500: hue angle of 44.04º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E4500 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 69 0 -
CMYK 0 0.27 1 0.63
HSL 44.04º 1% 0.18% -
HSV(B) 44.04º 1% 0.37% -
XYZ 6.74 6.64 0.93 -
YUV 68.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 94 69 0 0 0.27 1 0.63 44.04 1 0.18
Hex 5E 45 0 0 1B 64 3F 2C 64 12
Octal 136 105 0 0 33 144 77 54 144 22
Binary 1011110 1000101 0 0 11011 1100100 111111 101100 1100100 10010

Color Harmonies of #5E4500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4500

Black with #5E4500

Text Example


Text Example

White with #5E4500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,69,0); }

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

background-color css

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

 a { background-color: rgb(94,69,0); }

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

border-color css

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

 span { border-color: rgb(94,69,0); }

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