#705126

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

Shades of Horses Neck #705126

Tints of Horses Neck #705126

Color information

#705126 (or 0x705126) is unknown color: approx Horses Neck. HEX triplet: 70, 51 and 26. RGB value is (112,81,38). Sum of RGB (Red+Green+Blue) = 112+81+38=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #705126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705126 is #8FAED9. Grayscale: #555555. Windows color (decimal): -9416410 or 2511216. OLE color: 2511216.

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

Color convert

RGB1128138-
CMYK00.280.660.56
HSL34.86º49.33%29.41%-
HSV(B)34.86º66.07%43.92%-
XYZ9.979.473.14-
YUV85.37101.27147-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 81 (32.03% from 255) = 35.06%
BLUE value IS 38 (15.23% from 255) = 16.45%
R=48.48%
G=35.06%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112813800.280.660.5634.8649.3329.41
Hex70512601C423823311d
Octal1601214603410270436135
Binary11100001010001100110011100100001011100010001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705126; }

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

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

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

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

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

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

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

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