#725B23

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

Shades of Horses Neck #725B23

Tints of Horses Neck #725B23

Color information

#725B23 (or 0x725B23) is unknown color: approx Horses Neck. HEX triplet: 72, 5B and 23. RGB value is (114,91,35). Sum of RGB (Red+Green+Blue) = 114+91+35=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #725B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725B23 is #8DA4DC. Grayscale: #5B5B5B. Windows color (decimal): -9282781 or 2317170. OLE color: 2317170.

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

Color convert

RGB1149135-
CMYK00.200.690.55
HSL42.53º53.02%29.22%-
HSV(B)42.53º69.3%44.71%-
XYZ10.9811.183.17-
YUV91.4996.12144.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 91 (35.94% from 255) = 37.92%
BLUE value IS 35 (14.06% from 255) = 14.58%
R=47.5%
G=37.92%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114913500.200.690.5542.5353.0229.22
Hex725B2301445372b351d
Octal1621334302410567536535
Binary11100101011011100011010100100010111011110101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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