Html Css Color HEX #71581E Horses Neck

📋 copy color: '#71581E'

red 113 ◦ green 88 ◦ blue 30

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

Shades of Horses Neck #71581E

Tints of Horses Neck #71581E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.1%

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

R = 48.92%
G = 38.1%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71581E (or 0x71581E) is known color: Horses Neck. HEX triplet: 71, 58 and 1E. RGB value is (113,88,30). Sum of RGB (Red+Green+Blue) = 113+88+30=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #71581E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71581E is #8EA7E1. Grayscale: #595959. Windows color (decimal): -9349090 or 1988721. OLE color: 1988721.

HSL color Cylindrical-coordinate representation of color #71581E: hue angle of 41.93º 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 #71581E is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 88 30 -
CMYK 0 0.22 0.73 0.56
HSL 41.93º 0.58% 0.28% -
HSV(B) 41.93º 0.73% 0.44% -
XYZ 10.53 10.58 2.72 -
YUV 88.86 94.78 145.22 -
System Red Green Blue C M Y K H S L
Decimal 113 88 30 0 0.22 0.73 0.56 41.93 0.58 0.28
Hex 71 58 1E 0 16 49 38 2A 3A 1C
Octal 161 130 36 0 26 111 70 52 72 34
Binary 1110001 1011000 11110 0 10110 1001001 111000 101010 111010 11100

Color Harmonies of #71581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71581E

Black with #71581E

Text Example


Text Example

White with #71581E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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