Html Css Color HEX #715A2F Horses Neck

📋 copy color: '#715A2F'

red 113 ◦ green 90 ◦ blue 47

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

Shades of Horses Neck #715A2F

Tints of Horses Neck #715A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36%

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

R = 45.2%
G = 36%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#715A2F (or 0x715A2F) is known color: Horses Neck. HEX triplet: 71, 5A and 2F. RGB value is (113,90,47). Sum of RGB (Red+Green+Blue) = 113+90+47=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #715A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A2F is #8EA5D0. Grayscale: #5C5C5C. Windows color (decimal): -9348561 or 3103345. OLE color: 3103345.

HSL color Cylindrical-coordinate representation of color #715A2F: hue angle of 39.09º 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 #715A2F is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 90 47 -
CMYK 0 0.20 0.58 0.56
HSL 39.09º 0.41% 0.31% -
HSV(B) 39.09º 0.58% 0.44% -
XYZ 10.98 11.03 4.24 -
YUV 91.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 113 90 47 0 0.20 0.58 0.56 39.09 0.41 0.31
Hex 71 5A 2F 0 14 3A 38 27 29 1F
Octal 161 132 57 0 24 72 70 47 51 37
Binary 1110001 1011010 101111 0 10100 111010 111000 100111 101001 11111

Color Harmonies of #715A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A2F

Black with #715A2F

Text Example


Text Example

White with #715A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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