#725018

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

Shades of Raw Umber #725018

Tints of Raw Umber #725018

Color information

#725018 (or 0x725018) is unknown color: approx Raw Umber. HEX triplet: 72, 50 and 18. RGB value is (114,80,24). Sum of RGB (Red+Green+Blue) = 114+80+24=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #725018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725018 is #8DAFE7. Grayscale: #545454. Windows color (decimal): -9285608 or 1593458. OLE color: 1593458.

HSL color Cylindrical-coordinate representation of color #725018: hue angle of 37.33º 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 #725018 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB1148024-
CMYK00.300.790.55
HSL37.33º65.22%27.06%-
HSV(B)37.33º78.95%44.71%-
XYZ9.979.382.15-
YUV83.7894.26149.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 24 (9.77% from 255) = 11.01%
R=52.29%
G=36.70%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114802400.300.790.5537.3365.2227.06
Hex72501801E4F3725411b
Octal16212030036117674510133
Binary11100101010000110000111101001111110111100101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725018; }

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

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

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

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

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

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

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

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