Html Css Color HEX #705529 Horses Neck

📋 copy color: '#705529'

red 112 ◦ green 85 ◦ blue 41

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

Shades of Horses Neck #705529

Tints of Horses Neck #705529

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.71%

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

R = 47.06%
G = 35.71%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#705529 (or 0x705529) is known color: Horses Neck. HEX triplet: 70, 55 and 29. RGB value is (112,85,41). Sum of RGB (Red+Green+Blue) = 112+85+41=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #705529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705529 is #8FAAD6. Grayscale: #585858. Windows color (decimal): -9415383 or 2708848. OLE color: 2708848.

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

Color convert

RGB 112 85 41 -
CMYK 0 0.24 0.63 0.56
HSL 37.18º 0.46% 0.3% -
HSV(B) 37.18º 0.63% 0.44% -
XYZ 10.33 10.1 3.5 -
YUV 88.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 112 85 41 0 0.24 0.63 0.56 37.18 0.46 0.3
Hex 70 55 29 0 18 3F 38 25 2E 1E
Octal 160 125 51 0 30 77 70 45 56 36
Binary 1110000 1010101 101001 0 11000 111111 111000 100101 101110 11110

Color Harmonies of #705529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705529

Black with #705529

Text Example


Text Example

White with #705529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705529; }

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

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

background-color css

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

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

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

border-color css

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

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

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