Html Css Color HEX #715928 Horses Neck

📋 copy color: '#715928'

red 113 ◦ green 89 ◦ blue 40

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

Shades of Horses Neck #715928

Tints of Horses Neck #715928

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.78%

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

R = 46.69%
G = 36.78%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#715928 (or 0x715928) is known color: Horses Neck. HEX triplet: 71, 59 and 28. RGB value is (113,89,40). Sum of RGB (Red+Green+Blue) = 113+89+40=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #715928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715928 is #8EA6D7. Grayscale: #5A5A5A. Windows color (decimal): -9348824 or 2644337. OLE color: 2644337.

HSL color Cylindrical-coordinate representation of color #715928: hue angle of 40.27º 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 #715928 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 89 40 -
CMYK 0 0.21 0.65 0.56
HSL 40.27º 0.48% 0.3% -
HSV(B) 40.27º 0.65% 0.44% -
XYZ 10.77 10.81 3.53 -
YUV 90.59 99.45 143.98 -
System Red Green Blue C M Y K H S L
Decimal 113 89 40 0 0.21 0.65 0.56 40.27 0.48 0.3
Hex 71 59 28 0 15 41 38 28 30 1E
Octal 161 131 50 0 25 101 70 50 60 36
Binary 1110001 1011001 101000 0 10101 1000001 111000 101000 110000 11110

Color Harmonies of #715928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715928

Black with #715928

Text Example


Text Example

White with #715928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715928; }

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

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

background-color css

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

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

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

border-color css

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

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

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