#705327

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

Shades of Horses Neck #705327

Tints of Horses Neck #705327

Color information

#705327 (or 0x705327) is unknown color: approx Horses Neck. HEX triplet: 70, 53 and 27. RGB value is (112,83,39). Sum of RGB (Red+Green+Blue) = 112+83+39=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #705327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705327 is #8FACD8. Grayscale: #565656. Windows color (decimal): -9415897 or 2577264. OLE color: 2577264.

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

Color convert

RGB1128339-
CMYK00.260.650.56
HSL36.16º48.34%29.61%-
HSV(B)36.16º65.18%43.92%-
XYZ10.149.783.27-
YUV86.66101.11146.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=47.86%
G=35.47%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112833900.260.650.5636.1648.3429.61
Hex70532701A413824301e
Octal1601234703210170446036
Binary11100001010011100111011010100000111100010010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705327; }

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

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

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

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

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

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

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

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