#725218

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

Shades of Raw Umber #725218

Tints of Raw Umber #725218

Color information

#725218 (or 0x725218) is unknown color: approx Raw Umber. HEX triplet: 72, 52 and 18. RGB value is (114,82,24). Sum of RGB (Red+Green+Blue) = 114+82+24=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #725218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725218 is #8DADE7. Grayscale: #555555. Windows color (decimal): -9285096 or 1593970. OLE color: 1593970.

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

Color convert

RGB1148224-
CMYK00.280.790.55
HSL38.67º65.22%27.06%-
HSV(B)38.67º78.95%44.71%-
XYZ10.129.682.2-
YUV84.9693.6148.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 24 (9.77% from 255) = 10.91%
R=51.82%
G=37.27%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114822400.280.790.5538.6765.2227.06
Hex72521801C4F3727411b
Octal16212230034117674710133
Binary11100101010010110000111001001111110111100111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725218; }

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

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

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

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

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

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

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

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