#725214

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

Shades of Raw Umber #725214

Tints of Raw Umber #725214

Color information

#725214 (or 0x725214) is unknown color: approx Raw Umber. HEX triplet: 72, 52 and 14. RGB value is (114,82,20). Sum of RGB (Red+Green+Blue) = 114+82+20=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #725214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725214 is #8DADEB. Grayscale: #545454. Windows color (decimal): -9285100 or 1331826. OLE color: 1331826.

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

Color convert

RGB1148220-
CMYK00.280.820.55
HSL39.57º70.15%26.27%-
HSV(B)39.57º82.46%44.71%-
XYZ10.089.662-
YUV84.591.6149.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.78%
GREEN value IS 82 (32.42% from 255) = 37.96%
BLUE value IS 20 (8.20% from 255) = 9.26%
R=52.78%
G=37.96%
B=9.26%

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
Decimal114822000.280.820.5539.5770.1526.27
Hex72521401C523728461a
Octal16212224034122675010632
Binary11100101010010101000111001010010110111101000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725214; }

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

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

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

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

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

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

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

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