Html Css Color HEX #705731 Horses Neck

📋 copy color: '#705731'

red 112 ◦ green 87 ◦ blue 49

#705731
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Horses Neck #705731

Tints of Horses Neck #705731

RGB

 RED value IS 112 (44.14% from 255) = 45.16%

 GREEN value IS 87 (34.38% from 255) = 35.08%

 BLUE value IS 49 (19.53% from 255) = 19.76%

R = 45.16%
G = 35.08%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#705731 (or 0x705731) is known color: Horses Neck. HEX triplet: 70, 57 and 31. RGB value is (112,87,49). Sum of RGB (Red+Green+Blue) = 112+87+49=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #705731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705731 is #8FA8CE. Grayscale: #5A5A5A. Windows color (decimal): -9414863 or 3233648. OLE color: 3233648.

HSL color Cylindrical-coordinate representation of color #705731: hue angle of 36.19º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #705731 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 87 49 -
CMYK 0 0.22 0.56 0.56
HSL 36.19º 0.39% 0.32% -
HSV(B) 36.19º 0.56% 0.44% -
XYZ 10.64 10.48 4.37 -
YUV 90.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 112 87 49 0 0.22 0.56 0.56 36.19 0.39 0.32
Hex 70 57 31 0 16 38 38 24 27 20
Octal 160 127 61 0 26 70 70 44 47 40
Binary 1110000 1010111 110001 0 10110 111000 111000 100100 100111 100000

Color Harmonies of #705731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705731

Black with #705731

Text Example


Text Example

White with #705731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705731; }

 p { color: rgb(112,87,49); }

 H1.HeaderClassName
 {
   color: #705731;
 }
 .AnyTagClassName
 {
   color: #705731;
 }
</style>

background-color css

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

 a { background-color: rgb(112,87,49); }

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

border-color css

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

 span { border-color: rgb(112,87,49); }

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