#7F4701

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

Shades of Raw Umber #7F4701

Tints of Raw Umber #7F4701

Color information

#7F4701 (or 0x7F4701) is unknown color: approx Raw Umber. HEX triplet: 7F, 47 and 01. RGB value is (127,71,1). Sum of RGB (Red+Green+Blue) = 127+71+1=199 (26% of max value = 765). Red value is 127 (50% from 255 or 63.82% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4701 is #80B8FE. Grayscale: #505050. Windows color (decimal): -8435967 or 83839. OLE color: 83839.

HSL color Cylindrical-coordinate representation of color #7F4701: hue angle of 33.33º 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 #7F4701 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB127711-
CMYK00.440.990.50
HSL33.33º98.44%25.1%-
HSV(B)33.33º99.21%49.8%-
XYZ11.019.021.19-
YUV79.7683.55161.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 63.82%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=63.82%
G=35.68%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12771100.440.990.5033.3398.4425.1
Hex7F47102C6332216219
Octal1771071054143624114231
Binary11111111000111101011001100011110010100001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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