#71582A

Color #71582A Horses Neck (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horses Neck #71582A

Tints of Horses Neck #71582A

Color information

#71582A (or 0x71582A) is unknown color: approx Horses Neck. HEX triplet: 71, 58 and 2A. RGB value is (113,88,42). Sum of RGB (Red+Green+Blue) = 113+88+42=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71582A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71582A is #8EA7D5. Grayscale: #5A5A5A. Windows color (decimal): -9349078 or 2775153. OLE color: 2775153.

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

Color convert

RGB1138842-
CMYK00.220.630.56
HSL38.87º45.81%30.39%-
HSV(B)38.87º62.83%44.31%-
XYZ10.7210.663.68-
YUV90.23100.78144.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 42 (16.80% from 255) = 17.28%
R=46.50%
G=36.21%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113884200.220.630.5638.8745.8130.39
Hex71582A0163F38272e1e
Octal161130520267770475636
Binary1110001101100010101001011011111111100010011110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71582A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71582A;
 }
 .AnyTagClassName
 {
   color: #71582A;
 }
</style>
background-color css

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

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

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

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

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

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