Html Css Color HEX #715B28 Horses Neck

📋 copy color: '#715B28'

red 113 ◦ green 91 ◦ blue 40

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

Shades of Horses Neck #715B28

Tints of Horses Neck #715B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.39%

R = 46.31%
G = 37.3%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#715B28 (or 0x715B28) is known color: Horses Neck. HEX triplet: 71, 5B and 28. RGB value is (113,91,40). Sum of RGB (Red+Green+Blue) = 113+91+40=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #715B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715B28 is #8EA4D7. Grayscale: #5B5B5B. Windows color (decimal): -9348312 or 2644849. OLE color: 2644849.

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

Color convert

RGB 113 91 40 -
CMYK 0 0.19 0.65 0.56
HSL 41.92º 0.48% 0.3% -
HSV(B) 41.92º 0.65% 0.44% -
XYZ 10.93 11.15 3.58 -
YUV 91.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 113 91 40 0 0.19 0.65 0.56 41.92 0.48 0.3
Hex 71 5B 28 0 13 41 38 2A 30 1E
Octal 161 133 50 0 23 101 70 52 60 36
Binary 1110001 1011011 101000 0 10011 1000001 111000 101010 110000 11110

Color Harmonies of #715B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715B28

Black with #715B28

Text Example


Text Example

White with #715B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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