Html Css Color HEX #705429 Horses Neck

📋 copy color: '#705429'

red 112 ◦ green 84 ◦ blue 41

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

Shades of Horses Neck #705429

Tints of Horses Neck #705429

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.44%

 BLUE value IS 41 (16.41% from 255) = 17.3%

R = 47.26%
G = 35.44%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#705429 (or 0x705429) is known color: Horses Neck. HEX triplet: 70, 54 and 29. RGB value is (112,84,41). Sum of RGB (Red+Green+Blue) = 112+84+41=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #705429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705429 is #8FABD6. Grayscale: #575757. Windows color (decimal): -9415639 or 2708592. OLE color: 2708592.

HSL color Cylindrical-coordinate representation of color #705429: hue angle of 36.34º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #705429 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 84 41 -
CMYK 0 0.25 0.63 0.56
HSL 36.34º 0.46% 0.3% -
HSV(B) 36.34º 0.63% 0.44% -
XYZ 10.25 9.95 3.48 -
YUV 87.47 101.78 145.5 -
System Red Green Blue C M Y K H S L
Decimal 112 84 41 0 0.25 0.63 0.56 36.34 0.46 0.3
Hex 70 54 29 0 19 3F 38 24 2E 1E
Octal 160 124 51 0 31 77 70 44 56 36
Binary 1110000 1010100 101001 0 11001 111111 111000 100100 101110 11110

Color Harmonies of #705429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705429

Black with #705429

Text Example


Text Example

White with #705429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705429; }

 p { color: rgb(112,84,41); }

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

background-color css

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

 a { background-color: rgb(112,84,41); }

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

border-color css

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

 span { border-color: rgb(112,84,41); }

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