#735A20

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

Shades of Horses Neck #735A20

Tints of Horses Neck #735A20

Color information

#735A20 (or 0x735A20) is unknown color: approx Horses Neck. HEX triplet: 73, 5A and 20. RGB value is (115,90,32). Sum of RGB (Red+Green+Blue) = 115+90+32=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #735A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735A20 is #8CA5DF. Grayscale: #5B5B5B. Windows color (decimal): -9217504 or 2120307. OLE color: 2120307.

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

Color convert

RGB1159032-
CMYK00.220.720.55
HSL41.93º56.46%28.82%-
HSV(B)41.93º72.17%45.1%-
XYZ10.9911.062.92-
YUV90.8694.78145.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.52%
GREEN value IS 90 (35.55% from 255) = 37.97%
BLUE value IS 32 (12.89% from 255) = 13.50%
R=48.52%
G=37.97%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115903200.220.720.5541.9356.4628.82
Hex735A2001648372a381d
Octal1631324002611067527035
Binary11100111011010100000010110100100011011110101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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