#735720

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

Shades of Horses Neck #735720

Tints of Horses Neck #735720

Color information

#735720 (or 0x735720) is unknown color: approx Horses Neck. HEX triplet: 73, 57 and 20. RGB value is (115,87,32). Sum of RGB (Red+Green+Blue) = 115+87+32=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #735720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735720 is #8CA8DF. Grayscale: #595959. Windows color (decimal): -9218272 or 2119539. OLE color: 2119539.

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

Color convert

RGB1158732-
CMYK00.240.720.55
HSL39.76º56.46%28.82%-
HSV(B)39.76º72.17%45.1%-
XYZ10.7410.572.84-
YUV89.195.78146.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 87 (34.38% from 255) = 37.18%
BLUE value IS 32 (12.89% from 255) = 13.68%
R=49.15%
G=37.18%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115873200.240.720.5539.7656.4628.82
Hex735720018483728381d
Octal1631274003011067507035
Binary11100111010111100000011000100100011011110100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735720; }

 p { color: rgb(115,87,32); }

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

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

 a { background-color: rgb(115,87,32); }

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

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

 span { border-color: rgb(115,87,32); }

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