#725205

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

Shades of Raw Umber #725205

Tints of Raw Umber #725205

Color information

#725205 (or 0x725205) is unknown color: approx Raw Umber. HEX triplet: 72, 52 and 05. RGB value is (114,82,5). Sum of RGB (Red+Green+Blue) = 114+82+5=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #725205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725205 is #8DADFA. Grayscale: #535353. Windows color (decimal): -9285115 or 348786. OLE color: 348786.

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

Color convert

RGB114825-
CMYK00.280.960.55
HSL42.39º91.6%23.33%-
HSV(B)42.39º95.61%44.71%-
XYZ9.989.621.47-
YUV82.7984.1150.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 82 (32.42% from 255) = 40.80%
BLUE value IS 5 (2.34% from 255) = 2.49%
R=56.72%
G=40.80%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11482500.280.960.5542.3991.623.33
Hex7252501C60372a5c17
Octal1621225034140675213427
Binary111001010100101010111001100000110111101010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725205; }

 p { color: rgb(114,82,5); }

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

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

 a { background-color: rgb(114,82,5); }

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

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

 span { border-color: rgb(114,82,5); }

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