#7F500C

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

Shades of Raw Umber #7F500C

Tints of Raw Umber #7F500C

Color information

#7F500C (or 0x7F500C) is unknown color: approx Raw Umber. HEX triplet: 7F, 50 and 0C. RGB value is (127,80,12). Sum of RGB (Red+Green+Blue) = 127+80+12=219 (29% of max value = 765). Red value is 127 (50% from 255 or 57.99% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 127 - color contains mainly: red. Hex color #7F500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F500C is #80AFF3. Grayscale: #565656. Windows color (decimal): -8433652 or 807039. OLE color: 807039.

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

Color convert

RGB1278012-
CMYK00.370.910.50
HSL35.48º82.73%27.25%-
HSV(B)35.48º90.55%49.8%-
XYZ11.6910.281.72-
YUV86.386.07157.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 57.99%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 12 (5.08% from 255) = 5.48%
R=57.99%
G=36.53%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127801200.370.910.5035.4882.7327.25
Hex7F50C0255B3223531b
Octal17712014045133624312333
Binary11111111010000110001001011011011110010100011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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