Html Css Color HEX #715726 Horses Neck

📋 copy color: '#715726'

red 113 ◦ green 87 ◦ blue 38

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

Shades of Horses Neck #715726

Tints of Horses Neck #715726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.97%

R = 47.48%
G = 36.55%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#715726 (or 0x715726) is known color: Horses Neck. HEX triplet: 71, 57 and 26. RGB value is (113,87,38). Sum of RGB (Red+Green+Blue) = 113+87+38=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #715726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715726 is #8EA8D9. Grayscale: #595959. Windows color (decimal): -9349338 or 2512753. OLE color: 2512753.

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

Color convert

RGB 113 87 38 -
CMYK 0 0.23 0.66 0.56
HSL 39.2º 0.5% 0.3% -
HSV(B) 39.2º 0.66% 0.44% -
XYZ 10.57 10.47 3.3 -
YUV 89.19 99.11 144.98 -
System Red Green Blue C M Y K H S L
Decimal 113 87 38 0 0.23 0.66 0.56 39.2 0.5 0.3
Hex 71 57 26 0 17 42 38 27 32 1E
Octal 161 127 46 0 27 102 70 47 62 36
Binary 1110001 1010111 100110 0 10111 1000010 111000 100111 110010 11110

Color Harmonies of #715726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715726

Black with #715726

Text Example


Text Example

White with #715726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715726; }

 p { color: rgb(113,87,38); }

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

background-color css

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

 a { background-color: rgb(113,87,38); }

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

border-color css

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

 span { border-color: rgb(113,87,38); }

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