#705A1A

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

Shades of Horses Neck #705A1A

Tints of Horses Neck #705A1A

Color information

#705A1A (or 0x705A1A) is unknown color: approx Horses Neck. HEX triplet: 70, 5A and 1A. RGB value is (112,90,26). Sum of RGB (Red+Green+Blue) = 112+90+26=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #705A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A1A is #8FA5E5. Grayscale: #595959. Windows color (decimal): -9414118 or 1727088. OLE color: 1727088.

HSL color Cylindrical-coordinate representation of color #705A1A: hue angle of 44.65º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #705A1A is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1129026-
CMYK00.200.770.56
HSL44.65º62.32%27.06%-
HSV(B)44.65º76.79%43.92%-
XYZ10.5210.832.51-
YUV89.2892.29144.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 90 (35.55% from 255) = 39.47%
BLUE value IS 26 (10.55% from 255) = 11.40%
R=49.12%
G=39.47%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112902600.200.770.5644.6562.3227.06
Hex705A1A0144D382d3e1b
Octal1601323202411570557633
Binary1110000101101011010010100100110111100010110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705A1A; }

 p { color: rgb(112,90,26); }

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

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

 a { background-color: rgb(112,90,26); }

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

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

 span { border-color: rgb(112,90,26); }

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