Html Css Color HEX #705527 Horses Neck

📋 copy color: '#705527'

red 112 ◦ green 85 ◦ blue 39

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

Shades of Horses Neck #705527

Tints of Horses Neck #705527

RGB

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

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

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

R = 47.46%
G = 36.02%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#705527 (or 0x705527) is known color: Horses Neck. HEX triplet: 70, 55 and 27. RGB value is (112,85,39). Sum of RGB (Red+Green+Blue) = 112+85+39=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #705527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705527 is #8FAAD8. Grayscale: #585858. Windows color (decimal): -9415385 or 2577776. OLE color: 2577776.

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

Color convert

RGB 112 85 39 -
CMYK 0 0.24 0.65 0.56
HSL 37.81º 0.48% 0.3% -
HSV(B) 37.81º 0.65% 0.44% -
XYZ 10.3 10.09 3.32 -
YUV 87.83 100.45 145.24 -
System Red Green Blue C M Y K H S L
Decimal 112 85 39 0 0.24 0.65 0.56 37.81 0.48 0.3
Hex 70 55 27 0 18 41 38 26 30 1E
Octal 160 125 47 0 30 101 70 46 60 36
Binary 1110000 1010101 100111 0 11000 1000001 111000 100110 110000 11110

Color Harmonies of #705527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705527

Black with #705527

Text Example


Text Example

White with #705527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705527; }

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

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

background-color css

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

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

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

border-color css

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

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

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