#7f560c

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

Shades of Raw Umber #7F560C

Tints of Raw Umber #7F560C

Color information

#7F560C (or 0x7F560C) is unknown color: approx Raw Umber. HEX triplet: 7F, 56 and 0C. RGB value is (127,86,12). Sum of RGB (Red+Green+Blue) = 127+86+12=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F560C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F560C is #80A9F3. Grayscale: #5A5A5A. Windows color (decimal): -8432116 or 808575. OLE color: 808575.

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

Color convert

RGB1278612-
CMYK00.320.910.50
HSL38.61º82.73%27.25%-
HSV(B)38.61º90.55%49.8%-
XYZ12.1511.191.87-
YUV89.8284.08154.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.44%
GREEN value IS 86 (33.98% from 255) = 38.22%
BLUE value IS 12 (5.08% from 255) = 5.33%
R=56.44%
G=38.22%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127861200.320.910.5038.6182.7327.25
Hex7F56C0205B3227531b
Octal17712614040133624712333
Binary11111111010110110001000001011011110010100111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f560c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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