#76592A

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

Shades of Horses Neck #76592A

Tints of Horses Neck #76592A

Color information

#76592A (or 0x76592A) is unknown color: approx Horses Neck. HEX triplet: 76, 59 and 2A. RGB value is (118,89,42). Sum of RGB (Red+Green+Blue) = 118+89+42=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76592A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76592A is #89A6D5. Grayscale: #5C5C5C. Windows color (decimal): -9021142 or 2775414. OLE color: 2775414.

HSL color Cylindrical-coordinate representation of color #76592A: hue angle of 37.11º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76592A is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1188942-
CMYK00.250.640.54
HSL37.11º47.5%31.37%-
HSV(B)37.11º64.41%46.27%-
XYZ11.4611.163.74-
YUV92.3199.61146.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 89 (35.16% from 255) = 35.74%
BLUE value IS 42 (16.80% from 255) = 16.87%
R=47.39%
G=35.74%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118894200.250.640.5437.1147.531.37
Hex76592A019403625301f
Octal1661315203110066456037
Binary11101101011001101010011001100000011011010010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,89,42); }

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

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

 a { background-color: rgb(118,89,42); }

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

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

 span { border-color: rgb(118,89,42); }

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