#7F520C

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

Shades of Raw Umber #7F520C

Tints of Raw Umber #7F520C

Color information

#7F520C (or 0x7F520C) is unknown color: approx Raw Umber. HEX triplet: 7F, 52 and 0C. RGB value is (127,82,12). Sum of RGB (Red+Green+Blue) = 127+82+12=221 (29% of max value = 765). Red value is 127 (50% from 255 or 57.47% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 127 - color contains mainly: red. Hex color #7F520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F520C is #80ADF3. Grayscale: #575757. Windows color (decimal): -8433140 or 807551. OLE color: 807551.

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

Color convert

RGB1278212-
CMYK00.350.910.50
HSL36.52º82.73%27.25%-
HSV(B)36.52º90.55%49.8%-
XYZ11.8410.571.76-
YUV87.4885.41156.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 57.47%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 12 (5.08% from 255) = 5.43%
R=57.47%
G=37.10%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127821200.350.910.5036.5282.7327.25
Hex7F52C0235B3225531b
Octal17712214043133624512333
Binary11111111010010110001000111011011110010100101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F520C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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