#705524

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

Shades of Horses Neck #705524

Tints of Horses Neck #705524

Color information

#705524 (or 0x705524) is unknown color: approx Horses Neck. HEX triplet: 70, 55 and 24. RGB value is (112,85,36). Sum of RGB (Red+Green+Blue) = 112+85+36=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #705524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705524 is #8FAADB. Grayscale: #575757. Windows color (decimal): -9415388 or 2381168. OLE color: 2381168.

HSL color Cylindrical-coordinate representation of color #705524: hue angle of 38.68º 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 #705524 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1128536-
CMYK00.240.680.56
HSL38.68º51.35%29.02%-
HSV(B)38.68º67.86%43.92%-
XYZ10.2510.073.07-
YUV87.4998.95145.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 36 (14.45% from 255) = 15.45%
R=48.07%
G=36.48%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112853600.240.680.5638.6851.3529.02
Hex705524018443827331d
Octal1601254403010470476335
Binary11100001010101100100011000100010011100010011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705524; }

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

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

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

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

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

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

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

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