#7F5014

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

Shades of Raw Umber #7F5014

Tints of Raw Umber #7F5014

Color information

#7F5014 (or 0x7F5014) is unknown color: approx Raw Umber. HEX triplet: 7F, 50 and 14. RGB value is (127,80,20). Sum of RGB (Red+Green+Blue) = 127+80+20=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5014 is #80AFEB. Grayscale: #575757. Windows color (decimal): -8433644 or 1331327. OLE color: 1331327.

HSL color Cylindrical-coordinate representation of color #7F5014: hue angle of 33.64º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F5014 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB1278020-
CMYK00.370.840.50
HSL33.64º72.79%28.82%-
HSV(B)33.64º84.25%49.8%-
XYZ11.7510.32.03-
YUV87.2190.07156.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.95%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 20 (8.20% from 255) = 8.81%
R=55.95%
G=35.24%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127802000.370.840.5033.6472.7928.82
Hex7F5014025543222491d
Octal17712024045124624211135
Binary111111110100001010001001011010100110010100010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,80,20); }

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

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

 a { background-color: rgb(127,80,20); }

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

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

 span { border-color: rgb(127,80,20); }

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