#725C14

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

Shades of Raw Umber #725C14

Tints of Raw Umber #725C14

Color information

#725C14 (or 0x725C14) is unknown color: approx Raw Umber. HEX triplet: 72, 5C and 14. RGB value is (114,92,20). Sum of RGB (Red+Green+Blue) = 114+92+20=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #725C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725C14 is #8DA3EB. Grayscale: #5A5A5A. Windows color (decimal): -9282540 or 1334386. OLE color: 1334386.

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

Color convert

RGB1149220-
CMYK00.190.820.55
HSL45.96º70.15%26.27%-
HSV(B)45.96º82.46%44.71%-
XYZ10.8911.282.27-
YUV90.3788.29144.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 92 (36.33% from 255) = 40.71%
BLUE value IS 20 (8.20% from 255) = 8.85%
R=50.44%
G=40.71%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114922000.190.820.5545.9670.1526.27
Hex725C1401352372e461a
Octal16213424023122675610632
Binary11100101011100101000100111010010110111101110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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