#7F4605

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

Shades of Raw Umber #7F4605

Tints of Raw Umber #7F4605

Color information

#7F4605 (or 0x7F4605) is unknown color: approx Raw Umber. HEX triplet: 7F, 46 and 05. RGB value is (127,70,5). Sum of RGB (Red+Green+Blue) = 127+70+5=202 (26% of max value = 765). Red value is 127 (50% from 255 or 62.87% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4605 is #80B9FA. Grayscale: #4F4F4F. Windows color (decimal): -8436219 or 345727. OLE color: 345727.

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

Color convert

RGB127705-
CMYK00.450.960.50
HSL31.97º92.42%25.88%-
HSV(B)31.97º96.06%49.8%-
XYZ10.978.91.28-
YUV79.6385.88161.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 62.87%
GREEN value IS 70 (27.73% from 255) = 34.65%
BLUE value IS 5 (2.34% from 255) = 2.48%
R=62.87%
G=34.65%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12770500.450.960.5031.9792.4225.88
Hex7F46502D6032205c1a
Octal1771065055140624013432
Binary1111111100011010101011011100000110010100000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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