Html Css Color HEX #715520 Horses Neck

📋 copy color: '#715520'

red 113 ◦ green 85 ◦ blue 32

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

Shades of Horses Neck #715520

Tints of Horses Neck #715520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.91%

R = 49.13%
G = 36.96%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#715520 (or 0x715520) is known color: Horses Neck. HEX triplet: 71, 55 and 20. RGB value is (113,85,32). Sum of RGB (Red+Green+Blue) = 113+85+32=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #715520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715520 is #8EAADF. Grayscale: #575757. Windows color (decimal): -9349856 or 2119025. OLE color: 2119025.

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

Color convert

RGB 113 85 32 -
CMYK 0 0.25 0.72 0.56
HSL 39.26º 0.56% 0.28% -
HSV(B) 39.26º 0.72% 0.44% -
XYZ 10.32 10.11 2.77 -
YUV 87.33 96.78 146.31 -
System Red Green Blue C M Y K H S L
Decimal 113 85 32 0 0.25 0.72 0.56 39.26 0.56 0.28
Hex 71 55 20 0 19 48 38 27 38 1C
Octal 161 125 40 0 31 110 70 47 70 34
Binary 1110001 1010101 100000 0 11001 1001000 111000 100111 111000 11100

Color Harmonies of #715520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715520

Black with #715520

Text Example


Text Example

White with #715520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715520; }

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

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

background-color css

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

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

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

border-color css

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

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

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