Html Css Color HEX #715129 Horses Neck

📋 copy color: '#715129'

red 113 ◦ green 81 ◦ blue 41

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

Shades of Horses Neck #715129

Tints of Horses Neck #715129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.47%

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

R = 48.09%
G = 34.47%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#715129 (or 0x715129) is known color: Horses Neck. HEX triplet: 71, 51 and 29. RGB value is (113,81,41). Sum of RGB (Red+Green+Blue) = 113+81+41=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #715129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715129 is #8EAED6. Grayscale: #565656. Windows color (decimal): -9350871 or 2707825. OLE color: 2707825.

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

Color convert

RGB 113 81 41 -
CMYK 0 0.28 0.64 0.56
HSL 33.33º 0.47% 0.3% -
HSV(B) 33.33º 0.64% 0.44% -
XYZ 10.15 9.56 3.41 -
YUV 86.01 102.6 147.25 -
System Red Green Blue C M Y K H S L
Decimal 113 81 41 0 0.28 0.64 0.56 33.33 0.47 0.3
Hex 71 51 29 0 1C 40 38 21 2F 1E
Octal 161 121 51 0 34 100 70 41 57 36
Binary 1110001 1010001 101001 0 11100 1000000 111000 100001 101111 11110

Color Harmonies of #715129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715129

Black with #715129

Text Example


Text Example

White with #715129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715129; }

 p { color: rgb(113,81,41); }

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

background-color css

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

 a { background-color: rgb(113,81,41); }

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

border-color css

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

 span { border-color: rgb(113,81,41); }

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