#725914

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

Shades of Raw Umber #725914

Tints of Raw Umber #725914

Color information

#725914 (or 0x725914) is unknown color: approx Raw Umber. HEX triplet: 72, 59 and 14. RGB value is (114,89,20). Sum of RGB (Red+Green+Blue) = 114+89+20=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #725914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725914 is #8DA6EB. Grayscale: #585858. Windows color (decimal): -9283308 or 1333618. OLE color: 1333618.

HSL color Cylindrical-coordinate representation of color #725914: hue angle of 44.04º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #725914 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1148920-
CMYK00.220.820.55
HSL44.04º70.15%26.27%-
HSV(B)44.04º82.46%44.71%-
XYZ10.6410.772.18-
YUV88.6189.28146.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.12%
GREEN value IS 89 (35.16% from 255) = 39.91%
BLUE value IS 20 (8.20% from 255) = 8.97%
R=51.12%
G=39.91%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114892000.220.820.5544.0470.1526.27
Hex72591401652372c461a
Octal16213124026122675410632
Binary11100101011001101000101101010010110111101100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725914; }

 p { color: rgb(114,89,20); }

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

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

 a { background-color: rgb(114,89,20); }

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

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

 span { border-color: rgb(114,89,20); }

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