#725116

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

Shades of Raw Umber #725116

Tints of Raw Umber #725116

Color information

#725116 (or 0x725116) is unknown color: approx Raw Umber. HEX triplet: 72, 51 and 16. RGB value is (114,81,22). Sum of RGB (Red+Green+Blue) = 114+81+22=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #725116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725116 is #8DAEE9. Grayscale: #545454. Windows color (decimal): -9285354 or 1462642. OLE color: 1462642.

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

Color convert

RGB1148122-
CMYK00.290.810.55
HSL38.48º67.65%26.67%-
HSV(B)38.48º80.7%44.71%-
XYZ10.039.522.07-
YUV84.1492.93149.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 22 (8.98% from 255) = 10.14%
R=52.53%
G=37.33%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114812200.290.810.5538.4867.6526.67
Hex72511601D513726441b
Octal16212126035121674610433
Binary11100101010001101100111011010001110111100110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725116; }

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

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

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

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

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

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

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

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