Html Css Color HEX #715820 Horses Neck

📋 copy color: '#715820'

red 113 ◦ green 88 ◦ blue 32

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

Shades of Horses Neck #715820

Tints of Horses Neck #715820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.77%

 BLUE value IS 32 (12.89% from 255) = 13.73%

R = 48.5%
G = 37.77%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#715820 (or 0x715820) is known color: Horses Neck. HEX triplet: 71, 58 and 20. RGB value is (113,88,32). Sum of RGB (Red+Green+Blue) = 113+88+32=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #715820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715820 is #8EA7DF. Grayscale: #595959. Windows color (decimal): -9349088 or 2119793. OLE color: 2119793.

HSL color Cylindrical-coordinate representation of color #715820: hue angle of 41.48º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #715820 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 88 32 -
CMYK 0 0.22 0.72 0.56
HSL 41.48º 0.56% 0.28% -
HSV(B) 41.48º 0.72% 0.44% -
XYZ 10.56 10.59 2.85 -
YUV 89.09 95.78 145.05 -
System Red Green Blue C M Y K H S L
Decimal 113 88 32 0 0.22 0.72 0.56 41.48 0.56 0.28
Hex 71 58 20 0 16 48 38 29 38 1C
Octal 161 130 40 0 26 110 70 51 70 34
Binary 1110001 1011000 100000 0 10110 1001000 111000 101001 111000 11100

Color Harmonies of #715820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715820

Black with #715820

Text Example


Text Example

White with #715820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715820; }

 p { color: rgb(113,88,32); }

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

background-color css

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

 a { background-color: rgb(113,88,32); }

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

border-color css

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

 span { border-color: rgb(113,88,32); }

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