Html Css Color HEX #705919 Horses Neck

📋 copy color: '#705919'

red 112 ◦ green 89 ◦ blue 25

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

Shades of Horses Neck #705919

Tints of Horses Neck #705919

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.38%

 BLUE value IS 25 (10.16% from 255) = 11.06%

R = 49.56%
G = 39.38%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#705919 (or 0x705919) is known color: Horses Neck. HEX triplet: 70, 59 and 19. RGB value is (112,89,25). Sum of RGB (Red+Green+Blue) = 112+89+25=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #705919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705919 is #8FA6E6. Grayscale: #585858. Windows color (decimal): -9414375 or 1661296. OLE color: 1661296.

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

Color convert

RGB 112 89 25 -
CMYK 0 0.21 0.78 0.56
HSL 44.14º 0.64% 0.27% -
HSV(B) 44.14º 0.78% 0.44% -
XYZ 10.43 10.66 2.43 -
YUV 88.58 92.12 144.7 -
System Red Green Blue C M Y K H S L
Decimal 112 89 25 0 0.21 0.78 0.56 44.14 0.64 0.27
Hex 70 59 19 0 15 4E 38 2C 40 1B
Octal 160 131 31 0 25 116 70 54 100 33
Binary 1110000 1011001 11001 0 10101 1001110 111000 101100 1000000 11011

Color Harmonies of #705919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705919

Black with #705919

Text Example


Text Example

White with #705919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705919; }

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

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

background-color css

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

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

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

border-color css

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

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

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