#735525

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

Shades of Horses Neck #735525

Tints of Horses Neck #735525

Color information

#735525 (or 0x735525) is unknown color: approx Horses Neck. HEX triplet: 73, 55 and 25. RGB value is (115,85,37). Sum of RGB (Red+Green+Blue) = 115+85+37=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #735525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735525 is #8CAADA. Grayscale: #585858. Windows color (decimal): -9218779 or 2446707. OLE color: 2446707.

HSL color Cylindrical-coordinate representation of color #735525: hue angle of 36.92º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #735525 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1158537-
CMYK00.260.680.55
HSL36.92º51.32%29.8%-
HSV(B)36.92º67.83%45.1%-
XYZ10.6510.283.17-
YUV88.598.94146.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.52%
GREEN value IS 85 (33.59% from 255) = 35.86%
BLUE value IS 37 (14.84% from 255) = 15.61%
R=48.52%
G=35.86%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115853700.260.680.5536.9251.3229.8
Hex73552501A443725331e
Octal1631254503210467456336
Binary11100111010101100101011010100010011011110010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735525; }

 p { color: rgb(115,85,37); }

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

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

 a { background-color: rgb(115,85,37); }

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

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

 span { border-color: rgb(115,85,37); }

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