#725A07

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

Shades of Raw Umber #725A07

Tints of Raw Umber #725A07

Color information

#725A07 (or 0x725A07) is unknown color: approx Raw Umber. HEX triplet: 72, 5A and 07. RGB value is (114,90,7). Sum of RGB (Red+Green+Blue) = 114+90+7=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #725A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725A07 is #8DA5F8. Grayscale: #585858. Windows color (decimal): -9283065 or 481906. OLE color: 481906.

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

Color convert

RGB114907-
CMYK00.210.940.55
HSL46.54º88.43%23.73%-
HSV(B)46.54º93.86%44.71%-
XYZ10.6310.911.75-
YUV87.7182.45146.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.03%
GREEN value IS 90 (35.55% from 255) = 42.65%
BLUE value IS 7 (3.12% from 255) = 3.32%
R=54.03%
G=42.65%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11490700.210.940.5546.5488.4323.73
Hex725A70155E372f5818
Octal1621327025136675713030
Binary111001010110101110101011011110110111101111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725A07; }

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

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

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

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

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

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

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

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