#725604

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

Shades of Raw Umber #725604

Tints of Raw Umber #725604

Color information

#725604 (or 0x725604) is unknown color: approx Raw Umber. HEX triplet: 72, 56 and 04. RGB value is (114,86,4). Sum of RGB (Red+Green+Blue) = 114+86+4=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #725604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725604 is #8DA9FB. Grayscale: #555555. Windows color (decimal): -9284092 or 284274. OLE color: 284274.

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

Color convert

RGB114864-
CMYK00.250.960.55
HSL44.73º93.22%23.14%-
HSV(B)44.73º96.49%44.71%-
XYZ10.2910.241.55-
YUV85.0282.28148.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.88%
GREEN value IS 86 (33.98% from 255) = 42.16%
BLUE value IS 4 (1.95% from 255) = 1.96%
R=55.88%
G=42.16%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11486400.250.960.5544.7393.2223.14
Hex7256401960372d5d17
Octal1621264031140675513527
Binary111001010101101000110011100000110111101101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725604; }

 p { color: rgb(114,86,4); }

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

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

 a { background-color: rgb(114,86,4); }

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

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

 span { border-color: rgb(114,86,4); }

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