#5E4605

Color #5E4605 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #5E4605

Tints of Raw Umber #5E4605

Color information

#5E4605 (or 0x5E4605) is unknown color: approx Raw Umber. HEX triplet: 5E, 46 and 05. RGB value is (94,70,5). Sum of RGB (Red+Green+Blue) = 94+70+5=169 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.62% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4605 is #A1B9FA. Grayscale: #464646. Windows color (decimal): -10598907 or 345694. OLE color: 345694.

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

Color convert

RGB94705-
CMYK00.260.950.63
HSL43.82º89.9%19.41%-
HSV(B)43.82º94.68%36.86%-
XYZ6.836.771.09-
YUV69.7791.45145.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 55.62%
GREEN value IS 70 (27.73% from 255) = 41.42%
BLUE value IS 5 (2.34% from 255) = 2.96%
R=55.62%
G=41.42%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9470500.260.950.6343.8289.919.41
Hex5E46501A5F3F2c5a13
Octal1361065032137775413223
Binary101111010001101010110101011111111111101100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,70,5); }

 H1.HeaderClassName
 {
   color: #5E4605;
 }
 .AnyTagClassName
 {
   color: #5E4605;
 }
</style>
background-color css

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

 a { background-color: rgb(94,70,5); }

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

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

 span { border-color: rgb(94,70,5); }

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