#726004

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

Shades of Raw Umber #726004

Tints of Raw Umber #726004

Color information

#726004 (or 0x726004) is unknown color: approx Raw Umber. HEX triplet: 72, 60 and 04. RGB value is (114,96,4). Sum of RGB (Red+Green+Blue) = 114+96+4=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #726004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726004 is #8D9FFB. Grayscale: #5B5B5B. Windows color (decimal): -9281532 or 286834. OLE color: 286834.

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

Color convert

RGB114964-
CMYK00.160.960.55
HSL50.18º93.22%23.14%-
HSV(B)50.18º96.49%44.71%-
XYZ11.1411.951.83-
YUV90.8978.96144.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.27%
GREEN value IS 96 (37.89% from 255) = 44.86%
BLUE value IS 4 (1.95% from 255) = 1.87%
R=53.27%
G=44.86%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11496400.160.960.5550.1893.2223.14
Hex726040106037325d17
Octal1621404020140676213527
Binary111001011000001000100001100000110111110010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726004; }

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

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

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

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

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

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

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

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