Html Css Color HEX #715722 Horses Neck

📋 copy color: '#715722'

red 113 ◦ green 87 ◦ blue 34

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

Shades of Horses Neck #715722

Tints of Horses Neck #715722

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.18%

 BLUE value IS 34 (13.67% from 255) = 14.53%

R = 48.29%
G = 37.18%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#715722 (or 0x715722) is known color: Horses Neck. HEX triplet: 71, 57 and 22. RGB value is (113,87,34). Sum of RGB (Red+Green+Blue) = 113+87+34=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 34 (13.67% from 255 or 14.53% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #715722 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715722 is #8EA8DD. Grayscale: #585858. Windows color (decimal): -9349342 or 2250609. OLE color: 2250609.

HSL color Cylindrical-coordinate representation of color #715722: hue angle of 40.25º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #715722 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 87 34 -
CMYK 0 0.23 0.70 0.56
HSL 40.25º 0.54% 0.29% -
HSV(B) 40.25º 0.7% 0.44% -
XYZ 10.51 10.44 2.98 -
YUV 88.73 97.11 145.31 -
System Red Green Blue C M Y K H S L
Decimal 113 87 34 0 0.23 0.70 0.56 40.25 0.54 0.29
Hex 71 57 22 0 17 46 38 28 36 1D
Octal 161 127 42 0 27 106 70 50 66 35
Binary 1110001 1010111 100010 0 10111 1000110 111000 101000 110110 11101

Color Harmonies of #715722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715722

Black with #715722

Text Example


Text Example

White with #715722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715722; }

 p { color: rgb(113,87,34); }

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

background-color css

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

 a { background-color: rgb(113,87,34); }

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

border-color css

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

 span { border-color: rgb(113,87,34); }

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