#735321

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

Shades of Horses Neck #735321

Tints of Horses Neck #735321

Color information

#735321 (or 0x735321) is unknown color: approx Horses Neck. HEX triplet: 73, 53 and 21. RGB value is (115,83,33). Sum of RGB (Red+Green+Blue) = 115+83+33=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #735321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735321 is #8CACDE. Grayscale: #575757. Windows color (decimal): -9219295 or 2184051. OLE color: 2184051.

HSL color Cylindrical-coordinate representation of color #735321: hue angle of 36.59º 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 #735321 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB1158333-
CMYK00.280.710.55
HSL36.59º55.41%29.02%-
HSV(B)36.59º71.3%45.1%-
XYZ10.449.942.81-
YUV86.8797.6148.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 33 (13.28% from 255) = 14.29%
R=49.78%
G=35.93%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115833300.280.710.5536.5955.4129.02
Hex73532101C473725371d
Octal1631234103410767456735
Binary11100111010011100001011100100011111011110010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735321; }

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

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

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

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

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

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

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

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