Html Css Color HEX #705727 Horses Neck

📋 copy color: '#705727'

red 112 ◦ green 87 ◦ blue 39

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

Shades of Horses Neck #705727

Tints of Horses Neck #705727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.39%

R = 47.06%
G = 36.55%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#705727 (or 0x705727) is known color: Horses Neck. HEX triplet: 70, 57 and 27. RGB value is (112,87,39). Sum of RGB (Red+Green+Blue) = 112+87+39=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #705727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705727 is #8FA8D8. Grayscale: #595959. Windows color (decimal): -9414873 or 2578288. OLE color: 2578288.

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

Color convert

RGB 112 87 39 -
CMYK 0 0.22 0.65 0.56
HSL 39.45º 0.48% 0.3% -
HSV(B) 39.45º 0.65% 0.44% -
XYZ 10.46 10.41 3.38 -
YUV 89 99.78 144.4 -
System Red Green Blue C M Y K H S L
Decimal 112 87 39 0 0.22 0.65 0.56 39.45 0.48 0.3
Hex 70 57 27 0 16 41 38 27 30 1E
Octal 160 127 47 0 26 101 70 47 60 36
Binary 1110000 1010111 100111 0 10110 1000001 111000 100111 110000 11110

Color Harmonies of #705727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705727

Black with #705727

Text Example


Text Example

White with #705727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705727; }

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

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

background-color css

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

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

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

border-color css

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

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

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