#7F4901

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

Shades of Raw Umber #7F4901

Tints of Raw Umber #7F4901

Color information

#7F4901 (or 0x7F4901) is unknown color: approx Raw Umber. HEX triplet: 7F, 49 and 01. RGB value is (127,73,1). Sum of RGB (Red+Green+Blue) = 127+73+1=201 (26% of max value = 765). Red value is 127 (50% from 255 or 63.18% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4901 is #80B6FE. Grayscale: #515151. Windows color (decimal): -8435455 or 84351. OLE color: 84351.

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

Color convert

RGB127731-
CMYK00.430.990.50
HSL34.29º98.44%25.1%-
HSV(B)34.29º99.21%49.8%-
XYZ11.149.281.23-
YUV80.9482.89160.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 63.18%
GREEN value IS 73 (28.91% from 255) = 36.32%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=63.18%
G=36.32%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12773100.430.990.5034.2998.4425.1
Hex7F49102B6332226219
Octal1771111053143624214231
Binary11111111001001101010111100011110010100010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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