Html Css Color HEX #5E5003 Raw Umber

📋 copy color: '#5E5003'

red 94 ◦ green 80 ◦ blue 3

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

Shades of Raw Umber #5E5003

Tints of Raw Umber #5E5003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.2%

 BLUE value IS 3 (1.56% from 255) = 1.69%

R = 53.11%
G = 45.2%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.63

RGB Variations

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

Color information

#5E5003 (or 0x5E5003) is known color: Raw Umber. HEX triplet: 5E, 50 and 03. RGB value is (94,80,3). Sum of RGB (Red+Green+Blue) = 94+80+3=177 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.11% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5003 is #A1AFFC. Grayscale: #4B4B4B. Windows color (decimal): -10596349 or 217182. OLE color: 217182.

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

Color convert

RGB 94 80 3 -
CMYK 0 0.15 0.97 0.63
HSL 50.77º 0.94% 0.19% -
HSV(B) 50.77º 0.97% 0.37% -
XYZ 7.5 8.12 1.26 -
YUV 75.41 87.14 141.26 -
System Red Green Blue C M Y K H S L
Decimal 94 80 3 0 0.15 0.97 0.63 50.77 0.94 0.19
Hex 5E 50 3 0 F 61 3F 33 5E 13
Octal 136 120 3 0 17 141 77 63 136 23
Binary 1011110 1010000 11 0 1111 1100001 111111 110011 1011110 10011

Color Harmonies of #5E5003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5003

Black with #5E5003

Text Example


Text Example

White with #5E5003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,80,3); }

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

background-color css

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

 a { background-color: rgb(94,80,3); }

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

border-color css

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

 span { border-color: rgb(94,80,3); }

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