#726007

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

Shades of Raw Umber #726007

Tints of Raw Umber #726007

Color information

#726007 (or 0x726007) is unknown color: approx Raw Umber. HEX triplet: 72, 60 and 07. RGB value is (114,96,7). Sum of RGB (Red+Green+Blue) = 114+96+7=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #726007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726007 is #8D9FF8. Grayscale: #5B5B5B. Windows color (decimal): -9281529 or 483442. OLE color: 483442.

HSL color Cylindrical-coordinate representation of color #726007: hue angle of 49.91º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #726007 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB114967-
CMYK00.160.940.55
HSL49.91º88.43%23.73%-
HSV(B)49.91º93.86%44.71%-
XYZ11.1611.961.92-
YUV91.2480.46144.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 7 (3.12% from 255) = 3.23%
R=52.53%
G=44.24%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11496700.160.940.5549.9188.4323.73
Hex726070105E37325818
Octal1621407020136676213030
Binary111001011000001110100001011110110111110010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726007; }

 p { color: rgb(114,96,7); }

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

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

 a { background-color: rgb(114,96,7); }

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

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

 span { border-color: rgb(114,96,7); }

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