#705127

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

Shades of Horses Neck #705127

Tints of Horses Neck #705127

Color information

#705127 (or 0x705127) is unknown color: approx Horses Neck. HEX triplet: 70, 51 and 27. RGB value is (112,81,39). Sum of RGB (Red+Green+Blue) = 112+81+39=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #705127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705127 is #8FAED8. Grayscale: #555555. Windows color (decimal): -9416409 or 2576752. OLE color: 2576752.

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

Color convert

RGB1128139-
CMYK00.280.650.56
HSL34.52º48.34%29.61%-
HSV(B)34.52º65.18%43.92%-
XYZ9.999.483.22-
YUV85.48101.77146.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 81 (32.03% from 255) = 34.91%
BLUE value IS 39 (15.62% from 255) = 16.81%
R=48.28%
G=34.91%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112813900.280.650.5634.5248.3429.61
Hex70512701C413823301e
Octal1601214703410170436036
Binary11100001010001100111011100100000111100010001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705127; }

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

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

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

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

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

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

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

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