#725420

Color #725420 Horses Neck (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horses Neck #725420

Tints of Horses Neck #725420

Color information

#725420 (or 0x725420) is unknown color: approx Horses Neck. HEX triplet: 72, 54 and 20. RGB value is (114,84,32). Sum of RGB (Red+Green+Blue) = 114+84+32=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #725420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725420 is #8DABDF. Grayscale: #575757. Windows color (decimal): -9284576 or 2118770. OLE color: 2118770.

HSL color Cylindrical-coordinate representation of color #725420: hue angle of 38.05º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #725420 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1148432-
CMYK00.260.720.55
HSL38.05º56.16%28.63%-
HSV(B)38.05º71.93%44.71%-
XYZ10.3710.022.75-
YUV87.0496.94147.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 84 (33.20% from 255) = 36.52%
BLUE value IS 32 (12.89% from 255) = 13.91%
R=49.57%
G=36.52%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114843200.260.720.5538.0556.1628.63
Hex72542001A483726381d
Octal1621244003211067467035
Binary11100101010100100000011010100100011011110011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725420; }

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

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

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

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

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

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

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

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