Html Css Color HEX #715931 Horses Neck

📋 copy color: '#715931'

red 113 ◦ green 89 ◦ blue 49

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

Shades of Horses Neck #715931

Tints of Horses Neck #715931

RGB

 RED value IS 113 (44.53% from 255) = 45.02%

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

 BLUE value IS 49 (19.53% from 255) = 19.52%

R = 45.02%
G = 35.46%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#715931 (or 0x715931) is known color: Horses Neck. HEX triplet: 71, 59 and 31. RGB value is (113,89,49). Sum of RGB (Red+Green+Blue) = 113+89+49=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #715931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715931 is #8EA6CE. Grayscale: #5B5B5B. Windows color (decimal): -9348815 or 3234161. OLE color: 3234161.

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

Color convert

RGB 113 89 49 -
CMYK 0 0.21 0.57 0.56
HSL 37.5º 0.4% 0.32% -
HSV(B) 37.5º 0.57% 0.44% -
XYZ 10.94 10.88 4.43 -
YUV 91.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 113 89 49 0 0.21 0.57 0.56 37.5 0.4 0.32
Hex 71 59 31 0 15 39 38 26 28 20
Octal 161 131 61 0 25 71 70 46 50 40
Binary 1110001 1011001 110001 0 10101 111001 111000 100110 101000 100000

Color Harmonies of #715931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715931

Black with #715931

Text Example


Text Example

White with #715931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715931; }

 p { color: rgb(113,89,49); }

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

background-color css

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

 a { background-color: rgb(113,89,49); }

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

border-color css

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

 span { border-color: rgb(113,89,49); }

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