Html Css Color HEX #71532F Horses Neck

📋 copy color: '#71532F'

red 113 ◦ green 83 ◦ blue 47

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

Shades of Horses Neck #71532F

Tints of Horses Neck #71532F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.16%

 BLUE value IS 47 (18.75% from 255) = 19.34%

R = 46.5%
G = 34.16%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#71532F (or 0x71532F) is known color: Horses Neck. HEX triplet: 71, 53 and 2F. RGB value is (113,83,47). Sum of RGB (Red+Green+Blue) = 113+83+47=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71532F is #8EACD0. Grayscale: #585858. Windows color (decimal): -9350353 or 3101553. OLE color: 3101553.

HSL color Cylindrical-coordinate representation of color #71532F: hue angle of 32.73º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71532F is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 83 47 -
CMYK 0 0.27 0.58 0.56
HSL 32.73º 0.41% 0.31% -
HSV(B) 32.73º 0.58% 0.44% -
XYZ 10.42 9.9 4.05 -
YUV 87.87 104.94 145.93 -
System Red Green Blue C M Y K H S L
Decimal 113 83 47 0 0.27 0.58 0.56 32.73 0.41 0.31
Hex 71 53 2F 0 1B 3A 38 21 29 1F
Octal 161 123 57 0 33 72 70 41 51 37
Binary 1110001 1010011 101111 0 11011 111010 111000 100001 101001 11111

Color Harmonies of #71532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71532F

Black with #71532F

Text Example


Text Example

White with #71532F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71532F; }

 p { color: rgb(113,83,47); }

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

background-color css

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

 a { background-color: rgb(113,83,47); }

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

border-color css

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

 span { border-color: rgb(113,83,47); }

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