#7F4E12

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

Shades of Raw Umber #7F4E12

Tints of Raw Umber #7F4E12

Color information

#7F4E12 (or 0x7F4E12) is unknown color: approx Raw Umber. HEX triplet: 7F, 4E and 12. RGB value is (127,78,18). Sum of RGB (Red+Green+Blue) = 127+78+18=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F4E12 is #80B1ED. Grayscale: #565656. Windows color (decimal): -8434158 or 1199743. OLE color: 1199743.

HSL color Cylindrical-coordinate representation of color #7F4E12: hue angle of 33.03º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F4E12 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB1277818-
CMYK00.390.860.50
HSL33.03º75.17%28.43%-
HSV(B)33.03º85.83%49.8%-
XYZ11.59101.89-
YUV85.8189.73157.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.95%
GREEN value IS 78 (30.86% from 255) = 34.98%
BLUE value IS 18 (7.42% from 255) = 8.07%
R=56.95%
G=34.98%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127781800.390.860.5033.0375.1728.43
Hex7F4E120275632214b1c
Octal17711622047126624111334
Binary111111110011101001001001111010110110010100001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,78,18); }

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

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

 a { background-color: rgb(127,78,18); }

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

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

 span { border-color: rgb(127,78,18); }

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