Html Css Color HEX #715D1F Horses Neck

📋 copy color: '#715D1F'

red 113 ◦ green 93 ◦ blue 31

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

Shades of Horses Neck #715D1F

Tints of Horses Neck #715D1F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.24%

 BLUE value IS 31 (12.5% from 255) = 13.08%

R = 47.68%
G = 39.24%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#715D1F (or 0x715D1F) is known color: Horses Neck. HEX triplet: 71, 5D and 1F. RGB value is (113,93,31). Sum of RGB (Red+Green+Blue) = 113+93+31=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #715D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715D1F is #8EA2E0. Grayscale: #5C5C5C. Windows color (decimal): -9347809 or 2055537. OLE color: 2055537.

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

Color convert

RGB 113 93 31 -
CMYK 0 0.18 0.73 0.56
HSL 45.37º 0.57% 0.28% -
HSV(B) 45.37º 0.73% 0.44% -
XYZ 10.97 11.44 2.93 -
YUV 91.91 93.63 143.04 -
System Red Green Blue C M Y K H S L
Decimal 113 93 31 0 0.18 0.73 0.56 45.37 0.57 0.28
Hex 71 5D 1F 0 12 49 38 2D 39 1C
Octal 161 135 37 0 22 111 70 55 71 34
Binary 1110001 1011101 11111 0 10010 1001001 111000 101101 111001 11100

Color Harmonies of #715D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D1F

Black with #715D1F

Text Example


Text Example

White with #715D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,93,31); }

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

background-color css

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

 a { background-color: rgb(113,93,31); }

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

border-color css

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

 span { border-color: rgb(113,93,31); }

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