Html Css Color HEX #71551E Horses Neck

📋 copy color: '#71551E'

red 113 ◦ green 85 ◦ blue 30

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

Shades of Horses Neck #71551E

Tints of Horses Neck #71551E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.16%

R = 49.56%
G = 37.28%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71551E (or 0x71551E) is known color: Horses Neck. HEX triplet: 71, 55 and 1E. RGB value is (113,85,30). Sum of RGB (Red+Green+Blue) = 113+85+30=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71551E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71551E is #8EAAE1. Grayscale: #575757. Windows color (decimal): -9349858 or 1987953. OLE color: 1987953.

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

Color convert

RGB 113 85 30 -
CMYK 0 0.25 0.73 0.56
HSL 39.76º 0.58% 0.28% -
HSV(B) 39.76º 0.73% 0.44% -
XYZ 10.29 10.1 2.64 -
YUV 87.1 95.78 146.47 -
System Red Green Blue C M Y K H S L
Decimal 113 85 30 0 0.25 0.73 0.56 39.76 0.58 0.28
Hex 71 55 1E 0 19 49 38 28 3A 1C
Octal 161 125 36 0 31 111 70 50 72 34
Binary 1110001 1010101 11110 0 11001 1001001 111000 101000 111010 11100

Color Harmonies of #71551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71551E

Black with #71551E

Text Example


Text Example

White with #71551E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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