#725013

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

Shades of Raw Umber #725013

Tints of Raw Umber #725013

Color information

#725013 (or 0x725013) is unknown color: approx Raw Umber. HEX triplet: 72, 50 and 13. RGB value is (114,80,19). Sum of RGB (Red+Green+Blue) = 114+80+19=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #725013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725013 is #8DAFEC. Grayscale: #535353. Windows color (decimal): -9285613 or 1265778. OLE color: 1265778.

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

Color convert

RGB1148019-
CMYK00.300.830.55
HSL38.53º71.43%26.08%-
HSV(B)38.53º83.33%44.71%-
XYZ9.939.361.9-
YUV83.2191.76149.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 19 (7.81% from 255) = 8.92%
R=53.52%
G=37.56%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114801900.300.830.5538.5371.4326.08
Hex72501301E533727471a
Octal16212023036123674710732
Binary11100101010000100110111101010011110111100111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725013; }

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

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

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

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

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

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

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

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