#725B14

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

Shades of Raw Umber #725B14

Tints of Raw Umber #725B14

Color information

#725B14 (or 0x725B14) is unknown color: approx Raw Umber. HEX triplet: 72, 5B and 14. RGB value is (114,91,20). Sum of RGB (Red+Green+Blue) = 114+91+20=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #725B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725B14 is #8DA4EB. Grayscale: #5A5A5A. Windows color (decimal): -9282796 or 1334130. OLE color: 1334130.

HSL color Cylindrical-coordinate representation of color #725B14: hue angle of 45.32º 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 #725B14 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1149120-
CMYK00.200.820.55
HSL45.32º70.15%26.27%-
HSV(B)45.32º82.46%44.71%-
XYZ10.8111.112.24-
YUV89.7888.62145.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 20 (8.20% from 255) = 8.89%
R=50.67%
G=40.44%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114912000.200.820.5545.3270.1526.27
Hex725B1401452372d461a
Octal16213324024122675510632
Binary11100101011011101000101001010010110111101101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725B14; }

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

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

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

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

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

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

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

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