#725113

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

Shades of Raw Umber #725113

Tints of Raw Umber #725113

Color information

#725113 (or 0x725113) is unknown color: approx Raw Umber. HEX triplet: 72, 51 and 13. RGB value is (114,81,19). Sum of RGB (Red+Green+Blue) = 114+81+19=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #725113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725113 is #8DAEEC. Grayscale: #545454. Windows color (decimal): -9285357 or 1266034. OLE color: 1266034.

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

Color convert

RGB1148119-
CMYK00.290.830.55
HSL39.16º71.43%26.08%-
HSV(B)39.16º83.33%44.71%-
XYZ109.511.92-
YUV83.891.43149.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.27%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 19 (7.81% from 255) = 8.88%
R=53.27%
G=37.85%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114811900.290.830.5539.1671.4326.08
Hex72511301D533727471a
Octal16212123035123674710732
Binary11100101010001100110111011010011110111100111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725113; }

 p { color: rgb(114,81,19); }

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

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

 a { background-color: rgb(114,81,19); }

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

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

 span { border-color: rgb(114,81,19); }

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