#735529

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

Shades of Horses Neck #735529

Tints of Horses Neck #735529

Color information

#735529 (or 0x735529) is unknown color: approx Horses Neck. HEX triplet: 73, 55 and 29. RGB value is (115,85,41). Sum of RGB (Red+Green+Blue) = 115+85+41=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #735529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735529 is #8CAAD6. Grayscale: #595959. Windows color (decimal): -9218775 or 2708851. OLE color: 2708851.

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

Color convert

RGB1158541-
CMYK00.260.640.55
HSL35.68º47.44%30.59%-
HSV(B)35.68º64.35%45.1%-
XYZ10.7210.33.52-
YUV88.95100.94146.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.72%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 41 (16.41% from 255) = 17.01%
R=47.72%
G=35.27%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115854100.260.640.5535.6847.4430.59
Hex73552901A4037242f1f
Octal1631255103210067445737
Binary11100111010101101001011010100000011011110010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735529; }

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

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

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

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

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

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

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

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