#725405

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

Shades of Raw Umber #725405

Tints of Raw Umber #725405

Color information

#725405 (or 0x725405) is unknown color: approx Raw Umber. HEX triplet: 72, 54 and 05. RGB value is (114,84,5). Sum of RGB (Red+Green+Blue) = 114+84+5=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #725405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725405 is #8DABFA. Grayscale: #545454. Windows color (decimal): -9284603 or 349298. OLE color: 349298.

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

Color convert

RGB114845-
CMYK00.260.960.55
HSL43.49º91.6%23.33%-
HSV(B)43.49º95.61%44.71%-
XYZ10.149.931.53-
YUV83.9683.44149.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.16%
GREEN value IS 84 (33.20% from 255) = 41.38%
BLUE value IS 5 (2.34% from 255) = 2.46%
R=56.16%
G=41.38%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11484500.260.960.5543.4991.623.33
Hex7254501A60372b5c17
Octal1621245032140675313427
Binary111001010101001010110101100000110111101011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725405; }

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

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

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

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

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

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

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

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