#705B24

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

Shades of Horses Neck #705B24

Tints of Horses Neck #705B24

Color information

#705B24 (or 0x705B24) is unknown color: approx Horses Neck. HEX triplet: 70, 5B and 24. RGB value is (112,91,36). Sum of RGB (Red+Green+Blue) = 112+91+36=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #705B24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705B24 is #8FA4DB. Grayscale: #5B5B5B. Windows color (decimal): -9413852 or 2382704. OLE color: 2382704.

HSL color Cylindrical-coordinate representation of color #705B24: hue angle of 43.42º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #705B24 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1129136-
CMYK00.190.680.56
HSL43.42º51.35%29.02%-
HSV(B)43.42º67.86%43.92%-
XYZ10.7411.053.24-
YUV91.0196.96142.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 91 (35.94% from 255) = 38.08%
BLUE value IS 36 (14.45% from 255) = 15.06%
R=46.86%
G=38.08%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112913600.190.680.5643.4251.3529.02
Hex705B2401344382b331d
Octal1601334402310470536335
Binary11100001011011100100010011100010011100010101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705B24; }

 p { color: rgb(112,91,36); }

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

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

 a { background-color: rgb(112,91,36); }

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

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

 span { border-color: rgb(112,91,36); }

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