#725B00

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

Shades of Raw Umber #725B00

Tints of Raw Umber #725B00

Color information

#725B00 (or 0x725B00) is unknown color: approx Raw Umber. HEX triplet: 72, 5B and 00. RGB value is (114,91,0). Sum of RGB (Red+Green+Blue) = 114+91+0=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #725B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725B00 is #8DA4FF. Grayscale: #575757. Windows color (decimal): -9282816 or 23410. OLE color: 23410.

HSL color Cylindrical-coordinate representation of color #725B00: hue angle of 47.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #725B00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB114910-
CMYK00.2010.55
HSL47.89º100%22.35%-
HSV(B)47.89º100%44.71%-
XYZ10.6811.061.57-
YUV87.578.62146.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 91 (35.94% from 255) = 44.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.61%
G=44.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11491000.2010.5547.8910022.35
Hex725B00146437306416
Octal1621330024144676014426
Binary1110010101101100101001100100110111110000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,91,0); }

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

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

 a { background-color: rgb(114,91,0); }

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

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

 span { border-color: rgb(114,91,0); }

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