#725203

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

Shades of Raw Umber #725203

Tints of Raw Umber #725203

Color information

#725203 (or 0x725203) is unknown color: approx Raw Umber. HEX triplet: 72, 52 and 03. RGB value is (114,82,3). Sum of RGB (Red+Green+Blue) = 114+82+3=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #725203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725203 is #8DADFC. Grayscale: #525252. Windows color (decimal): -9285117 or 217714. OLE color: 217714.

HSL color Cylindrical-coordinate representation of color #725203: hue angle of 42.7º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #725203 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB114823-
CMYK00.280.970.55
HSL42.7º94.87%22.94%-
HSV(B)42.7º97.37%44.71%-
XYZ9.979.621.42-
YUV82.5683.1150.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 82 (32.42% from 255) = 41.21%
BLUE value IS 3 (1.56% from 255) = 1.51%
R=57.29%
G=41.21%
B=1.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11482300.280.970.5542.794.8722.94
Hex7252301C61372b5f17
Octal1621223034141675313727
Binary11100101010010110111001100001110111101011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725203; }

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

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

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

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

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

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

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

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