#705925

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

Shades of Horses Neck #705925

Tints of Horses Neck #705925

Color information

#705925 (or 0x705925) is unknown color: approx Horses Neck. HEX triplet: 70, 59 and 25. RGB value is (112,89,37). Sum of RGB (Red+Green+Blue) = 112+89+37=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #705925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705925 is #8FA6DA. Grayscale: #5A5A5A. Windows color (decimal): -9414363 or 2447728. OLE color: 2447728.

HSL color Cylindrical-coordinate representation of color #705925: hue angle of 41.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #705925 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB1128937-
CMYK00.210.670.56
HSL41.6º50.34%29.22%-
HSV(B)41.6º66.96%43.92%-
XYZ10.5910.723.26-
YUV89.9598.12143.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.06%
GREEN value IS 89 (35.16% from 255) = 37.39%
BLUE value IS 37 (14.84% from 255) = 15.55%
R=47.06%
G=37.39%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112893700.210.670.5641.650.3429.22
Hex70592501543382a321d
Octal1601314502510370526235
Binary11100001011001100101010101100001111100010101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705925; }

 p { color: rgb(112,89,37); }

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

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

 a { background-color: rgb(112,89,37); }

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

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

 span { border-color: rgb(112,89,37); }

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