#7F490E

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

Shades of Raw Umber #7F490E

Tints of Raw Umber #7F490E

Color information

#7F490E (or 0x7F490E) is unknown color: approx Raw Umber. HEX triplet: 7F, 49 and 0E. RGB value is (127,73,14). Sum of RGB (Red+Green+Blue) = 127+73+14=214 (28% of max value = 765). Red value is 127 (50% from 255 or 59.35% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 127 - color contains mainly: red. Hex color #7F490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F490E is #80B6F1. Grayscale: #525252. Windows color (decimal): -8435442 or 936319. OLE color: 936319.

HSL color Cylindrical-coordinate representation of color #7F490E: hue angle of 31.33º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F490E is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB1277314-
CMYK00.430.890.50
HSL31.33º80.14%27.65%-
HSV(B)31.33º88.98%49.8%-
XYZ11.219.311.62-
YUV82.4289.39159.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 59.35%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 14 (5.86% from 255) = 6.54%
R=59.35%
G=34.11%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127731400.430.890.5031.3380.1427.65
Hex7F49E02B59321f501c
Octal17711116053131623712034
Binary1111111100100111100101011101100111001011111101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F490E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F490E; }

 p { color: rgb(127,73,14); }

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

<style>
 a { background-color: #7F490E; }

 a { background-color: rgb(127,73,14); }

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

<style>
 span { border-color: #7F490E; }

 span { border-color: rgb(127,73,14); }

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