#725004

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

Shades of Raw Umber #725004

Tints of Raw Umber #725004

Color information

#725004 (or 0x725004) is unknown color: approx Raw Umber. HEX triplet: 72, 50 and 04. RGB value is (114,80,4). Sum of RGB (Red+Green+Blue) = 114+80+4=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #725004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725004 is #8DAFFB. Grayscale: #515151. Windows color (decimal): -9285628 or 282738. OLE color: 282738.

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

Color convert

RGB114804-
CMYK00.300.960.55
HSL41.45º93.22%23.14%-
HSV(B)41.45º96.49%44.71%-
XYZ9.839.321.4-
YUV81.584.26151.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.58%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 4 (1.95% from 255) = 2.02%
R=57.58%
G=40.40%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11480400.300.960.5541.4593.2223.14
Hex7250401E6037295d17
Octal1621204036140675113527
Binary111001010100001000111101100000110111101001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725004; }

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

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

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

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

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

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

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

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