Html Css Color HEX #715C2F Horses Neck

📋 copy color: '#715C2F'

red 113 ◦ green 92 ◦ blue 47

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

Shades of Horses Neck #715C2F

Tints of Horses Neck #715C2F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.51%

 BLUE value IS 47 (18.75% from 255) = 18.65%

R = 44.84%
G = 36.51%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#715C2F (or 0x715C2F) is known color: Horses Neck. HEX triplet: 71, 5C and 2F. RGB value is (113,92,47). Sum of RGB (Red+Green+Blue) = 113+92+47=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #715C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715C2F is #8EA3D0. Grayscale: #5D5D5D. Windows color (decimal): -9348049 or 3103857. OLE color: 3103857.

HSL color Cylindrical-coordinate representation of color #715C2F: hue angle of 40.91º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #715C2F is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 92 47 -
CMYK 0 0.19 0.58 0.56
HSL 40.91º 0.41% 0.31% -
HSV(B) 40.91º 0.58% 0.44% -
XYZ 11.15 11.37 4.3 -
YUV 93.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 113 92 47 0 0.19 0.58 0.56 40.91 0.41 0.31
Hex 71 5C 2F 0 13 3A 38 29 29 1F
Octal 161 134 57 0 23 72 70 51 51 37
Binary 1110001 1011100 101111 0 10011 111010 111000 101001 101001 11111

Color Harmonies of #715C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C2F

Black with #715C2F

Text Example


Text Example

White with #715C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715C2F; }

 p { color: rgb(113,92,47); }

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

background-color css

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

 a { background-color: rgb(113,92,47); }

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

border-color css

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

 span { border-color: rgb(113,92,47); }

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