#715A32

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

Shades of Horses Neck #715A32

Tints of Horses Neck #715A32

Color information

#715A32 (or 0x715A32) is unknown color: approx Horses Neck. HEX triplet: 71, 5A and 32. RGB value is (113,90,50). Sum of RGB (Red+Green+Blue) = 113+90+50=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #715A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A32 is #8EA5CD. Grayscale: #5C5C5C. Windows color (decimal): -9348558 or 3299953. OLE color: 3299953.

HSL color Cylindrical-coordinate representation of color #715A32: hue angle of 38.1º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #715A32 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB1139050-
CMYK00.200.560.56
HSL38.1º38.65%31.96%-
HSV(B)38.1º55.75%44.31%-
XYZ11.0411.054.57-
YUV92.32104.12142.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.66%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 50 (19.92% from 255) = 19.76%
R=44.66%
G=35.57%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113905000.200.560.5638.138.6531.96
Hex715A320143838262720
Octal161132620247070464740
Binary11100011011010110010010100111000111000100110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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