#705827

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

Shades of Horses Neck #705827

Tints of Horses Neck #705827

Color information

#705827 (or 0x705827) is unknown color: approx Horses Neck. HEX triplet: 70, 58 and 27. RGB value is (112,88,39). Sum of RGB (Red+Green+Blue) = 112+88+39=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #705827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705827 is #8FA7D8. Grayscale: #595959. Windows color (decimal): -9414617 or 2578544. OLE color: 2578544.

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

Color convert

RGB1128839-
CMYK00.210.650.56
HSL40.27º48.34%29.61%-
HSV(B)40.27º65.18%43.92%-
XYZ10.5410.573.4-
YUV89.5999.45143.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 88 (34.77% from 255) = 36.82%
BLUE value IS 39 (15.62% from 255) = 16.32%
R=46.86%
G=36.82%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112883900.210.650.5640.2748.3429.61
Hex705827015413828301e
Octal1601304702510170506036
Binary11100001011000100111010101100000111100010100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705827; }

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

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

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

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

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

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

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

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