Html Css Color HEX #71582F Horses Neck

📋 copy color: '#71582F'

red 113 ◦ green 88 ◦ blue 47

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

Shades of Horses Neck #71582F

Tints of Horses Neck #71582F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.95%

R = 45.56%
G = 35.48%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#71582F (or 0x71582F) is known color: Horses Neck. HEX triplet: 71, 58 and 2F. RGB value is (113,88,47). Sum of RGB (Red+Green+Blue) = 113+88+47=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #71582F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71582F is #8EA7D0. Grayscale: #5A5A5A. Windows color (decimal): -9349073 or 3102833. OLE color: 3102833.

HSL color Cylindrical-coordinate representation of color #71582F: hue angle of 37.27º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71582F is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 88 47 -
CMYK 0 0.22 0.58 0.56
HSL 37.27º 0.41% 0.31% -
HSV(B) 37.27º 0.58% 0.44% -
XYZ 10.81 10.7 4.18 -
YUV 90.8 103.28 143.83 -
System Red Green Blue C M Y K H S L
Decimal 113 88 47 0 0.22 0.58 0.56 37.27 0.41 0.31
Hex 71 58 2F 0 16 3A 38 25 29 1F
Octal 161 130 57 0 26 72 70 45 51 37
Binary 1110001 1011000 101111 0 10110 111010 111000 100101 101001 11111

Color Harmonies of #71582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71582F

Black with #71582F

Text Example


Text Example

White with #71582F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71582F; }

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

 H1.HeaderClassName
 {
   color: #71582F;
 }
 .AnyTagClassName
 {
   color: #71582F;
 }
</style>

background-color css

<style>
 a { background-color: #71582F; }

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

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

border-color css

<style>
 span { border-color: #71582F; }

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

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