#725321

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

Shades of Horses Neck #725321

Tints of Horses Neck #725321

Color information

#725321 (or 0x725321) is unknown color: approx Horses Neck. HEX triplet: 72, 53 and 21. RGB value is (114,83,33). Sum of RGB (Red+Green+Blue) = 114+83+33=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #725321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725321 is #8DACDE. Grayscale: #565656. Windows color (decimal): -9284831 or 2184050. OLE color: 2184050.

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

Color convert

RGB1148333-
CMYK00.270.710.55
HSL37.04º55.1%28.82%-
HSV(B)37.04º71.05%44.71%-
XYZ10.319.872.8-
YUV86.5797.77147.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 33 (13.28% from 255) = 14.35%
R=49.57%
G=36.09%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114833300.270.710.5537.0455.128.82
Hex72532101B473725371d
Octal1621234103310767456735
Binary11100101010011100001011011100011111011110010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725321; }

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

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

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

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

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

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

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

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