#715a1c

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

Shades of Horses Neck #715A1C

Tints of Horses Neck #715A1C

Color information

#715A1C (or 0x715A1C) is unknown color: approx Horses Neck. HEX triplet: 71, 5A and 1C. RGB value is (113,90,28). Sum of RGB (Red+Green+Blue) = 113+90+28=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #715A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A1C is #8EA5E3. Grayscale: #5A5A5A. Windows color (decimal): -9348580 or 1858161. OLE color: 1858161.

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

Color convert

RGB1139028-
CMYK00.200.750.56
HSL43.76º60.28%27.65%-
HSV(B)43.76º75.22%44.31%-
XYZ10.6810.912.64-
YUV89.8193.12144.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 90 (35.55% from 255) = 38.96%
BLUE value IS 28 (11.33% from 255) = 12.12%
R=48.92%
G=38.96%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113902800.200.750.5643.7660.2827.65
Hex715A1C0144B382c3c1c
Octal1611323402411370547434
Binary1110001101101011100010100100101111100010110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715a1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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