Html Css Color HEX #715A25 Horses Neck

📋 copy color: '#715A25'

red 113 ◦ green 90 ◦ blue 37

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

Shades of Horses Neck #715A25

Tints of Horses Neck #715A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.42%

R = 47.08%
G = 37.5%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#715A25 (or 0x715A25) is known color: Horses Neck. HEX triplet: 71, 5A and 25. RGB value is (113,90,37). Sum of RGB (Red+Green+Blue) = 113+90+37=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #715A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A25 is #8EA5DA. Grayscale: #5B5B5B. Windows color (decimal): -9348571 or 2447985. OLE color: 2447985.

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

Color convert

RGB 113 90 37 -
CMYK 0 0.20 0.67 0.56
HSL 41.84º 0.51% 0.29% -
HSV(B) 41.84º 0.67% 0.44% -
XYZ 10.8 10.96 3.3 -
YUV 90.84 97.62 143.81 -
System Red Green Blue C M Y K H S L
Decimal 113 90 37 0 0.20 0.67 0.56 41.84 0.51 0.29
Hex 71 5A 25 0 14 43 38 2A 33 1D
Octal 161 132 45 0 24 103 70 52 63 35
Binary 1110001 1011010 100101 0 10100 1000011 111000 101010 110011 11101

Color Harmonies of #715A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A25

Black with #715A25

Text Example


Text Example

White with #715A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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