#735527

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

Shades of Horses Neck #735527

Tints of Horses Neck #735527

Color information

#735527 (or 0x735527) is unknown color: approx Horses Neck. HEX triplet: 73, 55 and 27. RGB value is (115,85,39). Sum of RGB (Red+Green+Blue) = 115+85+39=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #735527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735527 is #8CAAD8. Grayscale: #585858. Windows color (decimal): -9218777 or 2577779. OLE color: 2577779.

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

Color convert

RGB1158539-
CMYK00.260.660.55
HSL36.32º49.35%30.2%-
HSV(B)36.32º66.09%45.1%-
XYZ10.6810.293.34-
YUV88.7399.94146.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.12%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 39 (15.62% from 255) = 16.32%
R=48.12%
G=35.56%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115853900.260.660.5536.3249.3530.2
Hex73552701A423724311e
Octal1631254703210267446136
Binary11100111010101100111011010100001011011110010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735527; }

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

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

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

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

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

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

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

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