#725801

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

Shades of Raw Umber #725801

Tints of Raw Umber #725801

Color information

#725801 (or 0x725801) is unknown color: approx Raw Umber. HEX triplet: 72, 58 and 01. RGB value is (114,88,1). Sum of RGB (Red+Green+Blue) = 114+88+1=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #725801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725801 is #8DA7FE. Grayscale: #565656. Windows color (decimal): -9283583 or 88178. OLE color: 88178.

HSL color Cylindrical-coordinate representation of color #725801: hue angle of 46.19º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #725801 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB114881-
CMYK00.230.990.55
HSL46.19º98.26%22.55%-
HSV(B)46.19º99.12%44.71%-
XYZ10.4310.561.52-
YUV85.8680.11148.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.16%
GREEN value IS 88 (34.77% from 255) = 43.35%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=56.16%
G=43.35%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11488100.230.990.5546.1998.2622.55
Hex7258101763372e6217
Octal1621301027143675614227
Binary1110010101100010101111100011110111101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725801; }

 p { color: rgb(114,88,1); }

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

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

 a { background-color: rgb(114,88,1); }

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

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

 span { border-color: rgb(114,88,1); }

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