Html Css Color HEX #715B1B Horses Neck

📋 copy color: '#715B1B'

red 113 ◦ green 91 ◦ blue 27

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

Shades of Horses Neck #715B1B

Tints of Horses Neck #715B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.69%

R = 48.92%
G = 39.39%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#715B1B (or 0x715B1B) is known color: Horses Neck. HEX triplet: 71, 5B and 1B. RGB value is (113,91,27). Sum of RGB (Red+Green+Blue) = 113+91+27=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #715B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715B1B is #8EA4E4. Grayscale: #5A5A5A. Windows color (decimal): -9348325 or 1792881. OLE color: 1792881.

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

Color convert

RGB 113 91 27 -
CMYK 0 0.19 0.76 0.56
HSL 44.65º 0.61% 0.27% -
HSV(B) 44.65º 0.76% 0.44% -
XYZ 10.75 11.07 2.61 -
YUV 90.28 92.29 144.2 -
System Red Green Blue C M Y K H S L
Decimal 113 91 27 0 0.19 0.76 0.56 44.65 0.61 0.27
Hex 71 5B 1B 0 13 4C 38 2D 3D 1B
Octal 161 133 33 0 23 114 70 55 75 33
Binary 1110001 1011011 11011 0 10011 1001100 111000 101101 111101 11011

Color Harmonies of #715B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715B1B

Black with #715B1B

Text Example


Text Example

White with #715B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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