Html Css Color HEX #5E470B Raw Umber

📋 copy color: '#5E470B'

red 94 ◦ green 71 ◦ blue 11

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

Shades of Raw Umber #5E470B

Tints of Raw Umber #5E470B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.34%

 BLUE value IS 11 (4.69% from 255) = 6.25%

R = 53.41%
G = 40.34%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.63

RGB Variations

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

Color information

#5E470B (or 0x5E470B) is known color: Raw Umber. HEX triplet: 5E, 47 and 0B. RGB value is (94,71,11). Sum of RGB (Red+Green+Blue) = 94+71+11=176 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.41% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 94 - color contains mainly: red. Hex color #5E470B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E470B is #A1B8F4. Grayscale: #474747. Windows color (decimal): -10598645 or 739166. OLE color: 739166.

HSL color Cylindrical-coordinate representation of color #5E470B: hue angle of 43.37º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E470B is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 71 11 -
CMYK 0 0.24 0.88 0.63
HSL 43.37º 0.79% 0.21% -
HSV(B) 43.37º 0.88% 0.37% -
XYZ 6.93 6.91 1.29 -
YUV 71.04 94.12 144.38 -
System Red Green Blue C M Y K H S L
Decimal 94 71 11 0 0.24 0.88 0.63 43.37 0.79 0.21
Hex 5E 47 B 0 18 58 3F 2B 4F 15
Octal 136 107 13 0 30 130 77 53 117 25
Binary 1011110 1000111 1011 0 11000 1011000 111111 101011 1001111 10101

Color Harmonies of #5E470B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E470B

Black with #5E470B

Text Example


Text Example

White with #5E470B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,71,11); }

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

background-color css

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

 a { background-color: rgb(94,71,11); }

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

border-color css

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

 span { border-color: rgb(94,71,11); }

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