#725304

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

Shades of Raw Umber #725304

Tints of Raw Umber #725304

Color information

#725304 (or 0x725304) is unknown color: approx Raw Umber. HEX triplet: 72, 53 and 04. RGB value is (114,83,4). Sum of RGB (Red+Green+Blue) = 114+83+4=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #725304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725304 is #8DACFB. Grayscale: #535353. Windows color (decimal): -9284860 or 283506. OLE color: 283506.

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

Color convert

RGB114834-
CMYK00.270.960.55
HSL43.09º93.22%23.14%-
HSV(B)43.09º96.49%44.71%-
XYZ10.059.771.47-
YUV83.2683.27149.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 4 (1.95% from 255) = 1.99%
R=56.72%
G=41.29%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11483400.270.960.5543.0993.2223.14
Hex7253401B60372b5d17
Octal1621234033140675313527
Binary111001010100111000110111100000110111101011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725304; }

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

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

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

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

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

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

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

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