#725D22

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

Shades of Horses Neck #725D22

Tints of Horses Neck #725D22

Color information

#725D22 (or 0x725D22) is unknown color: approx Horses Neck. HEX triplet: 72, 5D and 22. RGB value is (114,93,34). Sum of RGB (Red+Green+Blue) = 114+93+34=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #725D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725D22 is #8DA2DD. Grayscale: #5C5C5C. Windows color (decimal): -9282270 or 2252146. OLE color: 2252146.

HSL color Cylindrical-coordinate representation of color #725D22: hue angle of 44.25º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #725D22 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1149334-
CMYK00.180.700.55
HSL44.25º54.05%29.02%-
HSV(B)44.25º70.18%44.71%-
XYZ11.1411.523.15-
YUV92.5594.96143.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 93 (36.72% from 255) = 38.59%
BLUE value IS 34 (13.67% from 255) = 14.11%
R=47.30%
G=38.59%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114933400.180.700.5544.2554.0529.02
Hex725D2201246372c361d
Octal1621354202210667546635
Binary11100101011101100010010010100011011011110110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,93,34); }

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

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

 a { background-color: rgb(114,93,34); }

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

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

 span { border-color: rgb(114,93,34); }

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