#725206

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

Shades of Raw Umber #725206

Tints of Raw Umber #725206

Color information

#725206 (or 0x725206) is unknown color: approx Raw Umber. HEX triplet: 72, 52 and 06. RGB value is (114,82,6). Sum of RGB (Red+Green+Blue) = 114+82+6=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #725206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725206 is #8DADF9. Grayscale: #535353. Windows color (decimal): -9285114 or 414322. OLE color: 414322.

HSL color Cylindrical-coordinate representation of color #725206: hue angle of 42.22º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #725206 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB114826-
CMYK00.280.950.55
HSL42.22º90%23.53%-
HSV(B)42.22º94.74%44.71%-
XYZ9.999.631.5-
YUV82.984.6150.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.44%
GREEN value IS 82 (32.42% from 255) = 40.59%
BLUE value IS 6 (2.73% from 255) = 2.97%
R=56.44%
G=40.59%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11482600.280.950.5542.229023.53
Hex7252601C5F372a5a18
Octal1621226034137675213230
Binary111001010100101100111001011111110111101010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725206; }

 p { color: rgb(114,82,6); }

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

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

 a { background-color: rgb(114,82,6); }

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

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

 span { border-color: rgb(114,82,6); }

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