#7F540E

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

Shades of Raw Umber #7F540E

Tints of Raw Umber #7F540E

Color information

#7F540E (or 0x7F540E) is unknown color: approx Raw Umber. HEX triplet: 7F, 54 and 0E. RGB value is (127,84,14). Sum of RGB (Red+Green+Blue) = 127+84+14=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F540E is #80ABF1. Grayscale: #595959. Windows color (decimal): -8432626 or 939135. OLE color: 939135.

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

Color convert

RGB1278414-
CMYK00.340.890.50
HSL37.17º80.14%27.65%-
HSV(B)37.17º88.98%49.8%-
XYZ1210.881.88-
YUV88.8885.75155.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.44%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 14 (5.86% from 255) = 6.22%
R=56.44%
G=37.33%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127841400.340.890.5037.1780.1427.65
Hex7F54E022593225501c
Octal17712416042131624512034
Binary11111111010100111001000101011001110010100101101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F540E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,84,14); }

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

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

 a { background-color: rgb(127,84,14); }

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

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

 span { border-color: rgb(127,84,14); }

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