#715A2A

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

Shades of Horses Neck #715A2A

Tints of Horses Neck #715A2A

Color information

#715A2A (or 0x715A2A) is unknown color: approx Horses Neck. HEX triplet: 71, 5A and 2A. RGB value is (113,90,42). Sum of RGB (Red+Green+Blue) = 113+90+42=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #715A2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A2A is #8EA5D5. Grayscale: #5B5B5B. Windows color (decimal): -9348566 or 2775665. OLE color: 2775665.

HSL color Cylindrical-coordinate representation of color #715A2A: hue angle of 40.56º 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 #715A2A is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1139042-
CMYK00.200.630.56
HSL40.56º45.81%30.39%-
HSV(B)40.56º62.83%44.31%-
XYZ10.8810.993.74-
YUV91.4100.12143.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=46.12%
G=36.73%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113904200.200.630.5640.5645.8130.39
Hex715A2A0143F38292e1e
Octal161132520247770515636
Binary1110001101101010101001010011111111100010100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715A2A; }

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

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

<style>
 a { background-color: #715A2A; }

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

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

<style>
 span { border-color: #715A2A; }

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

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