#725215

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

Shades of Raw Umber #725215

Tints of Raw Umber #725215

Color information

#725215 (or 0x725215) is unknown color: approx Raw Umber. HEX triplet: 72, 52 and 15. RGB value is (114,82,21). Sum of RGB (Red+Green+Blue) = 114+82+21=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #725215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725215 is #8DADEA. Grayscale: #545454. Windows color (decimal): -9285099 or 1397362. OLE color: 1397362.

HSL color Cylindrical-coordinate representation of color #725215: hue angle of 39.35º degrees, saturation: 0.69, 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 #725215 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1148221-
CMYK00.280.820.55
HSL39.35º68.89%26.47%-
HSV(B)39.35º81.58%44.71%-
XYZ10.099.672.04-
YUV84.6192.1148.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 21 (8.59% from 255) = 9.68%
R=52.53%
G=37.79%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114822100.280.820.5539.3568.8926.47
Hex72521501C523727451a
Octal16212225034122674710532
Binary11100101010010101010111001010010110111100111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725215; }

 p { color: rgb(114,82,21); }

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

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

 a { background-color: rgb(114,82,21); }

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

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

 span { border-color: rgb(114,82,21); }

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