Html Css Color HEX #71581D Horses Neck

📋 copy color: '#71581D'

red 113 ◦ green 88 ◦ blue 29

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

Shades of Horses Neck #71581D

Tints of Horses Neck #71581D

RGB

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

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

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

R = 49.13%
G = 38.26%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71581D (or 0x71581D) is known color: Horses Neck. HEX triplet: 71, 58 and 1D. RGB value is (113,88,29). Sum of RGB (Red+Green+Blue) = 113+88+29=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #71581D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71581D is #8EA7E2. Grayscale: #595959. Windows color (decimal): -9349091 or 1923185. OLE color: 1923185.

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

Color convert

RGB 113 88 29 -
CMYK 0 0.22 0.74 0.56
HSL 42.14º 0.59% 0.28% -
HSV(B) 42.14º 0.74% 0.44% -
XYZ 10.52 10.58 2.65 -
YUV 88.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 113 88 29 0 0.22 0.74 0.56 42.14 0.59 0.28
Hex 71 58 1D 0 16 4A 38 2A 3B 1C
Octal 161 130 35 0 26 112 70 52 73 34
Binary 1110001 1011000 11101 0 10110 1001010 111000 101010 111011 11100

Color Harmonies of #71581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71581D

Black with #71581D

Text Example


Text Example

White with #71581D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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