Html Css Color HEX #715122 Horses Neck

📋 copy color: '#715122'

red 113 ◦ green 81 ◦ blue 34

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

Shades of Horses Neck #715122

Tints of Horses Neck #715122

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.53%

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

R = 49.56%
G = 35.53%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#715122 (or 0x715122) is known color: Horses Neck. HEX triplet: 71, 51 and 22. RGB value is (113,81,34). Sum of RGB (Red+Green+Blue) = 113+81+34=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #715122 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715122 is #8EAEDD. Grayscale: #555555. Windows color (decimal): -9350878 or 2249073. OLE color: 2249073.

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

Color convert

RGB 113 81 34 -
CMYK 0 0.28 0.70 0.56
HSL 35.7º 0.54% 0.29% -
HSV(B) 35.7º 0.7% 0.44% -
XYZ 10.04 9.51 2.82 -
YUV 85.21 99.1 147.82 -
System Red Green Blue C M Y K H S L
Decimal 113 81 34 0 0.28 0.70 0.56 35.7 0.54 0.29
Hex 71 51 22 0 1C 46 38 24 36 1D
Octal 161 121 42 0 34 106 70 44 66 35
Binary 1110001 1010001 100010 0 11100 1000110 111000 100100 110110 11101

Color Harmonies of #715122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715122

Black with #715122

Text Example


Text Example

White with #715122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715122; }

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

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

background-color css

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

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

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

border-color css

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

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

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