Html Css Color HEX #5E4003 Raw Umber

📋 copy color: '#5E4003'

red 94 ◦ green 64 ◦ blue 3

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

Shades of Raw Umber #5E4003

Tints of Raw Umber #5E4003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.75%

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

R = 58.39%
G = 39.75%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.63

RGB Variations

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

Color information

#5E4003 (or 0x5E4003) is known color: Raw Umber. HEX triplet: 5E, 40 and 03. RGB value is (94,64,3). Sum of RGB (Red+Green+Blue) = 94+64+3=161 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.39% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4003 is #A1BFFC. Grayscale: #424242. Windows color (decimal): -10600445 or 213086. OLE color: 213086.

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

Color convert

RGB 94 64 3 -
CMYK 0 0.32 0.97 0.63
HSL 40.22º 0.94% 0.19% -
HSV(B) 40.22º 0.97% 0.37% -
XYZ 6.47 6.05 0.91 -
YUV 66.02 92.44 147.96 -
System Red Green Blue C M Y K H S L
Decimal 94 64 3 0 0.32 0.97 0.63 40.22 0.94 0.19
Hex 5E 40 3 0 20 61 3F 28 5E 13
Octal 136 100 3 0 40 141 77 50 136 23
Binary 1011110 1000000 11 0 100000 1100001 111111 101000 1011110 10011

Color Harmonies of #5E4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4003

Black with #5E4003

Text Example


Text Example

White with #5E4003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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