#735327

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

Shades of Horses Neck #735327

Tints of Horses Neck #735327

Color information

#735327 (or 0x735327) is unknown color: approx Horses Neck. HEX triplet: 73, 53 and 27. RGB value is (115,83,39). Sum of RGB (Red+Green+Blue) = 115+83+39=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #735327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735327 is #8CACD8. Grayscale: #575757. Windows color (decimal): -9219289 or 2577267. OLE color: 2577267.

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

Color convert

RGB1158339-
CMYK00.280.660.55
HSL34.74º49.35%30.2%-
HSV(B)34.74º66.09%45.1%-
XYZ10.539.983.29-
YUV87.55100.6147.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.52%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 39 (15.62% from 255) = 16.46%
R=48.52%
G=35.02%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115833900.280.660.5534.7449.3530.2
Hex73532701C423723311e
Octal1631234703410267436136
Binary11100111010011100111011100100001011011110001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735327; }

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

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

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

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

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

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

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

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