Html Css Color HEX #715B2B Horses Neck

📋 copy color: '#715B2B'

red 113 ◦ green 91 ◦ blue 43

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

Shades of Horses Neck #715B2B

Tints of Horses Neck #715B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.41%

R = 45.75%
G = 36.84%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#715B2B (or 0x715B2B) is known color: Horses Neck. HEX triplet: 71, 5B and 2B. RGB value is (113,91,43). Sum of RGB (Red+Green+Blue) = 113+91+43=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #715B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715B2B is #8EA4D4. Grayscale: #5C5C5C. Windows color (decimal): -9348309 or 2841457. OLE color: 2841457.

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

Color convert

RGB 113 91 43 -
CMYK 0 0.19 0.62 0.56
HSL 41.14º 0.45% 0.31% -
HSV(B) 41.14º 0.62% 0.44% -
XYZ 10.99 11.17 3.86 -
YUV 92.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 113 91 43 0 0.19 0.62 0.56 41.14 0.45 0.31
Hex 71 5B 2B 0 13 3E 38 29 2D 1F
Octal 161 133 53 0 23 76 70 51 55 37
Binary 1110001 1011011 101011 0 10011 111110 111000 101001 101101 11111

Color Harmonies of #715B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715B2B

Black with #715B2B

Text Example


Text Example

White with #715B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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