Html Css Color HEX #705831 Horses Neck

📋 copy color: '#705831'

red 112 ◦ green 88 ◦ blue 49

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

Shades of Horses Neck #705831

Tints of Horses Neck #705831

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.34%

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

R = 44.98%
G = 35.34%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#705831 (or 0x705831) is known color: Horses Neck. HEX triplet: 70, 58 and 31. RGB value is (112,88,49). Sum of RGB (Red+Green+Blue) = 112+88+49=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #705831 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705831 is #8FA7CE. Grayscale: #5A5A5A. Windows color (decimal): -9414607 or 3233904. OLE color: 3233904.

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

Color convert

RGB 112 88 49 -
CMYK 0 0.21 0.56 0.56
HSL 37.14º 0.39% 0.32% -
HSV(B) 37.14º 0.56% 0.44% -
XYZ 10.73 10.65 4.4 -
YUV 90.73 104.45 143.17 -
System Red Green Blue C M Y K H S L
Decimal 112 88 49 0 0.21 0.56 0.56 37.14 0.39 0.32
Hex 70 58 31 0 15 38 38 25 27 20
Octal 160 130 61 0 25 70 70 45 47 40
Binary 1110000 1011000 110001 0 10101 111000 111000 100101 100111 100000

Color Harmonies of #705831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705831

Black with #705831

Text Example


Text Example

White with #705831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705831; }

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

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

background-color css

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

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

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

border-color css

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

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

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