Html Css Color HEX #71552A Horses Neck

📋 copy color: '#71552A'

red 113 ◦ green 85 ◦ blue 42

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

Shades of Horses Neck #71552A

Tints of Horses Neck #71552A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.42%

 BLUE value IS 42 (16.8% from 255) = 17.5%

R = 47.08%
G = 35.42%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71552A (or 0x71552A) is known color: Horses Neck. HEX triplet: 71, 55 and 2A. RGB value is (113,85,42). Sum of RGB (Red+Green+Blue) = 113+85+42=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71552A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71552A is #8EAAD5. Grayscale: #585858. Windows color (decimal): -9349846 or 2774385. OLE color: 2774385.

HSL color Cylindrical-coordinate representation of color #71552A: hue angle of 36.34º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71552A is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 85 42 -
CMYK 0 0.25 0.63 0.56
HSL 36.34º 0.46% 0.3% -
HSV(B) 36.34º 0.63% 0.44% -
XYZ 10.48 10.17 3.6 -
YUV 88.47 101.78 145.5 -
System Red Green Blue C M Y K H S L
Decimal 113 85 42 0 0.25 0.63 0.56 36.34 0.46 0.3
Hex 71 55 2A 0 19 3F 38 24 2E 1E
Octal 161 125 52 0 31 77 70 44 56 36
Binary 1110001 1010101 101010 0 11001 111111 111000 100100 101110 11110

Color Harmonies of #71552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71552A

Black with #71552A

Text Example


Text Example

White with #71552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71552A; }

 p { color: rgb(113,85,42); }

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

background-color css

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

 a { background-color: rgb(113,85,42); }

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

border-color css

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

 span { border-color: rgb(113,85,42); }

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