Html Css Color HEX #71551D Horses Neck

📋 copy color: '#71551D'

red 113 ◦ green 85 ◦ blue 29

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

Shades of Horses Neck #71551D

Tints of Horses Neck #71551D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.78%

R = 49.78%
G = 37.44%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71551D (or 0x71551D) is known color: Horses Neck. HEX triplet: 71, 55 and 1D. RGB value is (113,85,29). Sum of RGB (Red+Green+Blue) = 113+85+29=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71551D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71551D is #8EAAE2. Grayscale: #575757. Windows color (decimal): -9349859 or 1922417. OLE color: 1922417.

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

Color convert

RGB 113 85 29 -
CMYK 0 0.25 0.74 0.56
HSL 40º 0.59% 0.28% -
HSV(B) 40º 0.74% 0.44% -
XYZ 10.28 10.1 2.57 -
YUV 86.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 113 85 29 0 0.25 0.74 0.56 40 0.59 0.28
Hex 71 55 1D 0 19 4A 38 28 3B 1C
Octal 161 125 35 0 31 112 70 50 73 34
Binary 1110001 1010101 11101 0 11001 1001010 111000 101000 111011 11100

Color Harmonies of #71551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71551D

Black with #71551D

Text Example


Text Example

White with #71551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71551D; }

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

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

background-color css

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

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

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

border-color css

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

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

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