#725A10

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

Shades of Raw Umber #725A10

Tints of Raw Umber #725A10

Color information

#725A10 (or 0x725A10) is unknown color: approx Raw Umber. HEX triplet: 72, 5A and 10. RGB value is (114,90,16). Sum of RGB (Red+Green+Blue) = 114+90+16=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #725A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725A10 is #8DA5EF. Grayscale: #595959. Windows color (decimal): -9283056 or 1071730. OLE color: 1071730.

HSL color Cylindrical-coordinate representation of color #725A10: hue angle of 45.31º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #725A10 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1149016-
CMYK00.210.860.55
HSL45.31º75.38%25.49%-
HSV(B)45.31º85.96%44.71%-
XYZ10.6910.932.04-
YUV88.7486.95146.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 90 (35.55% from 255) = 40.91%
BLUE value IS 16 (6.64% from 255) = 7.27%
R=51.82%
G=40.91%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114901600.210.860.5545.3175.3825.49
Hex725A1001556372d4b19
Octal16213220025126675511331
Binary11100101011010100000101011010110110111101101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,90,16); }

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

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

 a { background-color: rgb(114,90,16); }

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

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

 span { border-color: rgb(114,90,16); }

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