#725110

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

Shades of Raw Umber #725110

Tints of Raw Umber #725110

Color information

#725110 (or 0x725110) is unknown color: approx Raw Umber. HEX triplet: 72, 51 and 10. RGB value is (114,81,16). Sum of RGB (Red+Green+Blue) = 114+81+16=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #725110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725110 is #8DAEEF. Grayscale: #535353. Windows color (decimal): -9285360 or 1069426. OLE color: 1069426.

HSL color Cylindrical-coordinate representation of color #725110: hue angle of 39.8º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #725110 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1148116-
CMYK00.290.860.55
HSL39.8º75.38%25.49%-
HSV(B)39.8º85.96%44.71%-
XYZ9.989.51.8-
YUV83.4689.93149.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.03%
GREEN value IS 81 (32.03% from 255) = 38.39%
BLUE value IS 16 (6.64% from 255) = 7.58%
R=54.03%
G=38.39%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114811600.290.860.5539.875.3825.49
Hex72511001D5637284b19
Octal16212120035126675011331
Binary11100101010001100000111011010110110111101000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725110; }

 p { color: rgb(114,81,16); }

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

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

 a { background-color: rgb(114,81,16); }

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

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

 span { border-color: rgb(114,81,16); }

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