#725407

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

Shades of Raw Umber #725407

Tints of Raw Umber #725407

Color information

#725407 (or 0x725407) is unknown color: approx Raw Umber. HEX triplet: 72, 54 and 07. RGB value is (114,84,7). Sum of RGB (Red+Green+Blue) = 114+84+7=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #725407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725407 is #8DABF8. Grayscale: #545454. Windows color (decimal): -9284601 or 480370. OLE color: 480370.

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

Color convert

RGB114847-
CMYK00.260.940.55
HSL43.18º88.43%23.73%-
HSV(B)43.18º93.86%44.71%-
XYZ10.159.931.58-
YUV84.1984.44149.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 7 (3.12% from 255) = 3.41%
R=55.61%
G=40.98%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11484700.260.940.5543.1888.4323.73
Hex7254701A5E372b5818
Octal1621247032136675313030
Binary111001010101001110110101011110110111101011101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725407; }

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

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

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

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

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

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

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

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