#705526

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

Shades of Horses Neck #705526

Tints of Horses Neck #705526

Color information

#705526 (or 0x705526) is unknown color: approx Horses Neck. HEX triplet: 70, 55 and 26. RGB value is (112,85,38). Sum of RGB (Red+Green+Blue) = 112+85+38=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #705526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705526 is #8FAAD9. Grayscale: #575757. Windows color (decimal): -9415386 or 2512240. OLE color: 2512240.

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

Color convert

RGB1128538-
CMYK00.240.660.56
HSL38.11º49.33%29.41%-
HSV(B)38.11º66.07%43.92%-
XYZ10.2810.083.24-
YUV87.7199.95145.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 38 (15.23% from 255) = 16.17%
R=47.66%
G=36.17%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112853800.240.660.5638.1149.3329.41
Hex705526018423826311d
Octal1601254603010270466135
Binary11100001010101100110011000100001011100010011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705526; }

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

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

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

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

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

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

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

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