Html Css Color HEX #715A19 Horses Neck

📋 copy color: '#715A19'

red 113 ◦ green 90 ◦ blue 25

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

Shades of Horses Neck #715A19

Tints of Horses Neck #715A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.47%

 BLUE value IS 25 (10.16% from 255) = 10.96%

R = 49.56%
G = 39.47%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#715A19 (or 0x715A19) is known color: Horses Neck. HEX triplet: 71, 5A and 19. RGB value is (113,90,25). Sum of RGB (Red+Green+Blue) = 113+90+25=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #715A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715A19 is #8EA5E6. Grayscale: #595959. Windows color (decimal): -9348583 or 1661553. OLE color: 1661553.

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

Color convert

RGB 113 90 25 -
CMYK 0 0.20 0.78 0.56
HSL 44.32º 0.64% 0.27% -
HSV(B) 44.32º 0.78% 0.44% -
XYZ 10.64 10.89 2.46 -
YUV 89.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 113 90 25 0 0.20 0.78 0.56 44.32 0.64 0.27
Hex 71 5A 19 0 14 4E 38 2C 40 1B
Octal 161 132 31 0 24 116 70 54 100 33
Binary 1110001 1011010 11001 0 10100 1001110 111000 101100 1000000 11011

Color Harmonies of #715A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A19

Black with #715A19

Text Example


Text Example

White with #715A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,90,25); }

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

background-color css

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

 a { background-color: rgb(113,90,25); }

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

border-color css

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

 span { border-color: rgb(113,90,25); }

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