#7F4602

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

Shades of Raw Umber #7F4602

Tints of Raw Umber #7F4602

Color information

#7F4602 (or 0x7F4602) is unknown color: approx Raw Umber. HEX triplet: 7F, 46 and 02. RGB value is (127,70,2). Sum of RGB (Red+Green+Blue) = 127+70+2=199 (26% of max value = 765). Red value is 127 (50% from 255 or 63.82% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4602 is #80B9FD. Grayscale: #4F4F4F. Windows color (decimal): -8436222 or 149119. OLE color: 149119.

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

Color convert

RGB127702-
CMYK00.450.980.50
HSL32.64º96.9%25.29%-
HSV(B)32.64º98.43%49.8%-
XYZ10.958.91.2-
YUV79.2984.38162.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 63.82%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=63.82%
G=35.18%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12770200.450.980.5032.6496.925.29
Hex7F46202D6232216119
Octal1771062055142624114131
Binary111111110001101001011011100010110010100001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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