#705627

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

Shades of Horses Neck #705627

Tints of Horses Neck #705627

Color information

#705627 (or 0x705627) is unknown color: approx Horses Neck. HEX triplet: 70, 56 and 27. RGB value is (112,86,39). Sum of RGB (Red+Green+Blue) = 112+86+39=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #705627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705627 is #8FA9D8. Grayscale: #585858. Windows color (decimal): -9415129 or 2578032. OLE color: 2578032.

HSL color Cylindrical-coordinate representation of color #705627: hue angle of 38.63º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #705627 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1128639-
CMYK00.230.650.56
HSL38.63º48.34%29.61%-
HSV(B)38.63º65.18%43.92%-
XYZ10.3810.253.35-
YUV88.42100.11144.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 39 (15.62% from 255) = 16.46%
R=47.26%
G=36.29%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112863900.230.650.5638.6348.3429.61
Hex705627017413827301e
Octal1601264702710170476036
Binary11100001010110100111010111100000111100010011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705627; }

 p { color: rgb(112,86,39); }

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

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

 a { background-color: rgb(112,86,39); }

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

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

 span { border-color: rgb(112,86,39); }

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