#735B20

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

Shades of Horses Neck #735B20

Tints of Horses Neck #735B20

Color information

#735B20 (or 0x735B20) is unknown color: approx Horses Neck. HEX triplet: 73, 5B and 20. RGB value is (115,91,32). Sum of RGB (Red+Green+Blue) = 115+91+32=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #735B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735B20 is #8CA4DF. Grayscale: #5B5B5B. Windows color (decimal): -9217248 or 2120563. OLE color: 2120563.

HSL color Cylindrical-coordinate representation of color #735B20: hue angle of 42.65º 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 #735B20 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1159132-
CMYK00.210.720.55
HSL42.65º56.46%28.82%-
HSV(B)42.65º72.17%45.1%-
XYZ11.0711.232.95-
YUV91.4594.45144.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.32%
GREEN value IS 91 (35.94% from 255) = 38.24%
BLUE value IS 32 (12.89% from 255) = 13.45%
R=48.32%
G=38.24%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115913200.210.720.5542.6556.4628.82
Hex735B2001548372b381d
Octal1631334002511067537035
Binary11100111011011100000010101100100011011110101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735B20; }

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

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

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

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

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

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

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

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