#725411

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

Shades of Raw Umber #725411

Tints of Raw Umber #725411

Color information

#725411 (or 0x725411) is unknown color: approx Raw Umber. HEX triplet: 72, 54 and 11. RGB value is (114,84,17). Sum of RGB (Red+Green+Blue) = 114+84+17=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #725411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725411 is #8DABEE. Grayscale: #555555. Windows color (decimal): -9284591 or 1135730. OLE color: 1135730.

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

Color convert

RGB1148417-
CMYK00.260.850.55
HSL41.44º74.05%25.69%-
HSV(B)41.44º85.09%44.71%-
XYZ10.219.961.91-
YUV85.3389.44148.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.02%
GREEN value IS 84 (33.20% from 255) = 39.07%
BLUE value IS 17 (7.03% from 255) = 7.91%
R=53.02%
G=39.07%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114841700.260.850.5541.4474.0525.69
Hex72541101A5537294a1a
Octal16212421032125675111232
Binary11100101010100100010110101010101110111101001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725411; }

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

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

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

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

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

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

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

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