#725010

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

Shades of Raw Umber #725010

Tints of Raw Umber #725010

Color information

#725010 (or 0x725010) is unknown color: approx Raw Umber. HEX triplet: 72, 50 and 10. RGB value is (114,80,16). Sum of RGB (Red+Green+Blue) = 114+80+16=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #725010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725010 is #8DAFEF. Grayscale: #535353. Windows color (decimal): -9285616 or 1069170. OLE color: 1069170.

HSL color Cylindrical-coordinate representation of color #725010: hue angle of 39.18º 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 #725010 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1148016-
CMYK00.300.860.55
HSL39.18º75.38%25.49%-
HSV(B)39.18º85.96%44.71%-
XYZ9.99.351.77-
YUV82.8790.26150.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.29%
GREEN value IS 80 (31.64% from 255) = 38.10%
BLUE value IS 16 (6.64% from 255) = 7.62%
R=54.29%
G=38.10%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114801600.300.860.5539.1875.3825.49
Hex72501001E5637274b19
Octal16212020036126674711331
Binary11100101010000100000111101010110110111100111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725010; }

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

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

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

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

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

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

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

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