Html Css Color HEX #715527 Horses Neck

📋 copy color: '#715527'

red 113 ◦ green 85 ◦ blue 39

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

Shades of Horses Neck #715527

Tints of Horses Neck #715527

RGB

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

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

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

R = 47.68%
G = 35.86%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#715527 (or 0x715527) is known color: Horses Neck. HEX triplet: 71, 55 and 27. RGB value is (113,85,39). Sum of RGB (Red+Green+Blue) = 113+85+39=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #715527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715527 is #8EAAD8. Grayscale: #585858. Windows color (decimal): -9349849 or 2577777. OLE color: 2577777.

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

Color convert

RGB 113 85 39 -
CMYK 0 0.25 0.65 0.56
HSL 37.3º 0.49% 0.3% -
HSV(B) 37.3º 0.65% 0.44% -
XYZ 10.42 10.15 3.33 -
YUV 88.13 100.28 145.74 -
System Red Green Blue C M Y K H S L
Decimal 113 85 39 0 0.25 0.65 0.56 37.3 0.49 0.3
Hex 71 55 27 0 19 41 38 25 31 1E
Octal 161 125 47 0 31 101 70 45 61 36
Binary 1110001 1010101 100111 0 11001 1000001 111000 100101 110001 11110

Color Harmonies of #715527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715527

Black with #715527

Text Example


Text Example

White with #715527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715527; }

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

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

background-color css

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

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

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

border-color css

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

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

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