#725607

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

Shades of Raw Umber #725607

Tints of Raw Umber #725607

Color information

#725607 (or 0x725607) is unknown color: approx Raw Umber. HEX triplet: 72, 56 and 07. RGB value is (114,86,7). Sum of RGB (Red+Green+Blue) = 114+86+7=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #725607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725607 is #8DA9F8. Grayscale: #555555. Windows color (decimal): -9284089 or 480882. OLE color: 480882.

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

Color convert

RGB114867-
CMYK00.250.940.55
HSL44.3º88.43%23.73%-
HSV(B)44.3º93.86%44.71%-
XYZ10.3110.251.64-
YUV85.3783.78148.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.07%
GREEN value IS 86 (33.98% from 255) = 41.55%
BLUE value IS 7 (3.12% from 255) = 3.38%
R=55.07%
G=41.55%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11486700.250.940.5544.388.4323.73
Hex725670195E372c5818
Octal1621267031136675413030
Binary111001010101101110110011011110110111101100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725607; }

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

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

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

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

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

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

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

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