Html Css Color HEX #715B2A Horses Neck

📋 copy color: '#715B2A'

red 113 ◦ green 91 ◦ blue 42

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

Shades of Horses Neck #715B2A

Tints of Horses Neck #715B2A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.99%

 BLUE value IS 42 (16.8% from 255) = 17.07%

R = 45.93%
G = 36.99%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#715B2A (or 0x715B2A) is known color: Horses Neck. HEX triplet: 71, 5B and 2A. RGB value is (113,91,42). Sum of RGB (Red+Green+Blue) = 113+91+42=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #715B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715B2A is #8EA4D5. Grayscale: #5C5C5C. Windows color (decimal): -9348310 or 2775921. OLE color: 2775921.

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

Color convert

RGB 113 91 42 -
CMYK 0 0.19 0.63 0.56
HSL 41.41º 0.46% 0.3% -
HSV(B) 41.41º 0.63% 0.44% -
XYZ 10.97 11.16 3.77 -
YUV 91.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 113 91 42 0 0.19 0.63 0.56 41.41 0.46 0.3
Hex 71 5B 2A 0 13 3F 38 29 2E 1E
Octal 161 133 52 0 23 77 70 51 56 36
Binary 1110001 1011011 101010 0 10011 111111 111000 101001 101110 11110

Color Harmonies of #715B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715B2A

Black with #715B2A

Text Example


Text Example

White with #715B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,91,42); }

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

background-color css

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

 a { background-color: rgb(113,91,42); }

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

border-color css

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

 span { border-color: rgb(113,91,42); }

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