#725B26

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

Shades of Horses Neck #725B26

Tints of Horses Neck #725B26

Color information

#725B26 (or 0x725B26) is unknown color: approx Horses Neck. HEX triplet: 72, 5B and 26. RGB value is (114,91,38). Sum of RGB (Red+Green+Blue) = 114+91+38=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #725B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725B26 is #8DA4D9. Grayscale: #5C5C5C. Windows color (decimal): -9282778 or 2513778. OLE color: 2513778.

HSL color Cylindrical-coordinate representation of color #725B26: hue angle of 41.84º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #725B26 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB1149138-
CMYK00.200.670.55
HSL41.84º50%29.8%-
HSV(B)41.84º66.67%44.71%-
XYZ11.0311.23.41-
YUV91.8397.62143.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 38 (15.23% from 255) = 15.64%
R=46.91%
G=37.45%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114913800.200.670.5541.845029.8
Hex725B2601443372a321e
Octal1621334602410367526236
Binary11100101011011100110010100100001111011110101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725B26; }

 p { color: rgb(114,91,38); }

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

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

 a { background-color: rgb(114,91,38); }

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

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

 span { border-color: rgb(114,91,38); }

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