#725E0E

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

Shades of Raw Umber #725E0E

Tints of Raw Umber #725E0E

Color information

#725E0E (or 0x725E0E) is unknown color: approx Raw Umber. HEX triplet: 72, 5E and 0E. RGB value is (114,94,14). Sum of RGB (Red+Green+Blue) = 114+94+14=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #725E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725E0E is #8DA1F1. Grayscale: #5B5B5B. Windows color (decimal): -9282034 or 941682. OLE color: 941682.

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

Color convert

RGB1149414-
CMYK00.180.880.55
HSL48º78.12%25.1%-
HSV(B)48º87.72%44.71%-
XYZ11.0211.612.08-
YUV90.8684.63144.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.35%
GREEN value IS 94 (37.11% from 255) = 42.34%
BLUE value IS 14 (5.86% from 255) = 6.31%
R=51.35%
G=42.34%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114941400.180.880.554878.1225.1
Hex725EE0125837304e19
Octal16213616022130676011631
Binary1110010101111011100100101011000110111110000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,94,14); }

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

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

 a { background-color: rgb(114,94,14); }

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

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

 span { border-color: rgb(114,94,14); }

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