Html Css Color HEX #71532B Horses Neck

📋 copy color: '#71532B'

red 113 ◦ green 83 ◦ blue 43

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

Shades of Horses Neck #71532B

Tints of Horses Neck #71532B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.99%

R = 47.28%
G = 34.73%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#71532B (or 0x71532B) is known color: Horses Neck. HEX triplet: 71, 53 and 2B. RGB value is (113,83,43). Sum of RGB (Red+Green+Blue) = 113+83+43=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71532B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71532B is #8EACD4. Grayscale: #575757. Windows color (decimal): -9350357 or 2839409. OLE color: 2839409.

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

Color convert

RGB 113 83 43 -
CMYK 0 0.27 0.62 0.56
HSL 34.29º 0.45% 0.31% -
HSV(B) 34.29º 0.62% 0.44% -
XYZ 10.34 9.87 3.65 -
YUV 87.41 102.94 146.25 -
System Red Green Blue C M Y K H S L
Decimal 113 83 43 0 0.27 0.62 0.56 34.29 0.45 0.31
Hex 71 53 2B 0 1B 3E 38 22 2D 1F
Octal 161 123 53 0 33 76 70 42 55 37
Binary 1110001 1010011 101011 0 11011 111110 111000 100010 101101 11111

Color Harmonies of #71532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71532B

Black with #71532B

Text Example


Text Example

White with #71532B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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