Html Css Color HEX #71581C Horses Neck

📋 copy color: '#71581C'

red 113 ◦ green 88 ◦ blue 28

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

Shades of Horses Neck #71581C

Tints of Horses Neck #71581C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.23%

R = 49.34%
G = 38.43%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71581C (or 0x71581C) is known color: Horses Neck. HEX triplet: 71, 58 and 1C. RGB value is (113,88,28). Sum of RGB (Red+Green+Blue) = 113+88+28=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #71581C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71581C is #8EA7E3. Grayscale: #585858. Windows color (decimal): -9349092 or 1857649. OLE color: 1857649.

HSL color Cylindrical-coordinate representation of color #71581C: hue angle of 42.35º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71581C is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 88 28 -
CMYK 0 0.22 0.75 0.56
HSL 42.35º 0.6% 0.28% -
HSV(B) 42.35º 0.75% 0.44% -
XYZ 10.51 10.57 2.59 -
YUV 88.64 93.78 145.38 -
System Red Green Blue C M Y K H S L
Decimal 113 88 28 0 0.22 0.75 0.56 42.35 0.6 0.28
Hex 71 58 1C 0 16 4B 38 2A 3C 1C
Octal 161 130 34 0 26 113 70 52 74 34
Binary 1110001 1011000 11100 0 10110 1001011 111000 101010 111100 11100

Color Harmonies of #71581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71581C

Black with #71581C

Text Example


Text Example

White with #71581C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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