#725506

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

Shades of Raw Umber #725506

Tints of Raw Umber #725506

Color information

#725506 (or 0x725506) is unknown color: approx Raw Umber. HEX triplet: 72, 55 and 06. RGB value is (114,85,6). Sum of RGB (Red+Green+Blue) = 114+85+6=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #725506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725506 is #8DAAF9. Grayscale: #555555. Windows color (decimal): -9284346 or 415090. OLE color: 415090.

HSL color Cylindrical-coordinate representation of color #725506: hue angle of 43.89º 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 #725506 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB114856-
CMYK00.250.950.55
HSL43.89º90%23.53%-
HSV(B)43.89º94.74%44.71%-
XYZ10.2210.091.58-
YUV84.6683.61148.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 6 (2.73% from 255) = 2.93%
R=55.61%
G=41.46%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11485600.250.950.5543.899023.53
Hex725560195F372c5a18
Octal1621256031137675413230
Binary111001010101011100110011011111110111101100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725506; }

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

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

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

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

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

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

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

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