#7F4601

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

Shades of Raw Umber #7F4601

Tints of Raw Umber #7F4601

Color information

#7F4601 (or 0x7F4601) is unknown color: approx Raw Umber. HEX triplet: 7F, 46 and 01. RGB value is (127,70,1). Sum of RGB (Red+Green+Blue) = 127+70+1=198 (26% of max value = 765). Red value is 127 (50% from 255 or 64.14% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4601 is #80B9FE. Grayscale: #4F4F4F. Windows color (decimal): -8436223 or 83583. OLE color: 83583.

HSL color Cylindrical-coordinate representation of color #7F4601: hue angle of 32.86º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F4601 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB127701-
CMYK00.450.990.50
HSL32.86º98.44%25.1%-
HSV(B)32.86º99.21%49.8%-
XYZ10.958.891.17-
YUV79.1883.88162.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 64.14%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=64.14%
G=35.35%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12770100.450.990.5032.8698.4425.1
Hex7F46102D6332216219
Octal1771061055143624114231
Binary11111111000110101011011100011110010100001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,70,1); }

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

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

 a { background-color: rgb(127,70,1); }

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

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

 span { border-color: rgb(127,70,1); }

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