#725921

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

Shades of Horses Neck #725921

Tints of Horses Neck #725921

Color information

#725921 (or 0x725921) is unknown color: approx Horses Neck. HEX triplet: 72, 59 and 21. RGB value is (114,89,33). Sum of RGB (Red+Green+Blue) = 114+89+33=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #725921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725921 is #8DA6DE. Grayscale: #5A5A5A. Windows color (decimal): -9283295 or 2185586. OLE color: 2185586.

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

Color convert

RGB1148933-
CMYK00.220.710.55
HSL41.48º55.1%28.82%-
HSV(B)41.48º71.05%44.71%-
XYZ10.7910.832.96-
YUV90.0995.78145.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 89 (35.16% from 255) = 37.71%
BLUE value IS 33 (13.28% from 255) = 13.98%
R=48.31%
G=37.71%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114893300.220.710.5541.4855.128.82
Hex725921016473729371d
Octal1621314102610767516735
Binary11100101011001100001010110100011111011110100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725921; }

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

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

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

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

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

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

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

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