#735121

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

Shades of Horses Neck #735121

Tints of Horses Neck #735121

Color information

#735121 (or 0x735121) is unknown color: approx Horses Neck. HEX triplet: 73, 51 and 21. RGB value is (115,81,33). Sum of RGB (Red+Green+Blue) = 115+81+33=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #735121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735121 is #8CAEDE. Grayscale: #555555. Windows color (decimal): -9219807 or 2183539. OLE color: 2183539.

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

Color convert

RGB1158133-
CMYK00.300.710.55
HSL35.12º55.41%29.02%-
HSV(B)35.12º71.3%45.1%-
XYZ10.299.642.76-
YUV85.6998.26148.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.22%
GREEN value IS 81 (32.03% from 255) = 35.37%
BLUE value IS 33 (13.28% from 255) = 14.41%
R=50.22%
G=35.37%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115813300.300.710.5535.1255.4129.02
Hex73512101E473723371d
Octal1631214103610767436735
Binary11100111010001100001011110100011111011110001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735121; }

 p { color: rgb(115,81,33); }

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

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

 a { background-color: rgb(115,81,33); }

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

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

 span { border-color: rgb(115,81,33); }

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