#7F4505

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

Shades of Raw Umber #7F4505

Tints of Raw Umber #7F4505

Color information

#7F4505 (or 0x7F4505) is unknown color: approx Raw Umber. HEX triplet: 7F, 45 and 05. RGB value is (127,69,5). Sum of RGB (Red+Green+Blue) = 127+69+5=201 (26% of max value = 765). Red value is 127 (50% from 255 or 63.18% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4505 is #80BAFA. Grayscale: #4F4F4F. Windows color (decimal): -8436475 or 345471. OLE color: 345471.

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

Color convert

RGB127695-
CMYK00.460.960.50
HSL31.48º92.42%25.88%-
HSV(B)31.48º96.06%49.8%-
XYZ10.918.781.26-
YUV79.0586.22162.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 63.18%
GREEN value IS 69 (27.34% from 255) = 34.33%
BLUE value IS 5 (2.34% from 255) = 2.49%
R=63.18%
G=34.33%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12769500.460.960.5031.4892.4225.88
Hex7F45502E60321f5c1a
Octal1771055056140623713432
Binary111111110001011010101110110000011001011111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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