#76581E

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

Shades of Horses Neck #76581E

Tints of Horses Neck #76581E

Color information

#76581E (or 0x76581E) is unknown color: approx Horses Neck. HEX triplet: 76, 58 and 1E. RGB value is (118,88,30). Sum of RGB (Red+Green+Blue) = 118+88+30=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #76581E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76581E is #89A7E1. Grayscale: #5A5A5A. Windows color (decimal): -9021410 or 1988726. OLE color: 1988726.

HSL color Cylindrical-coordinate representation of color #76581E: hue angle of 39.55º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76581E is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1188830-
CMYK00.250.750.54
HSL39.55º59.46%29.02%-
HSV(B)39.55º74.58%46.27%-
XYZ11.210.922.75-
YUV90.3693.94147.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 88 (34.77% from 255) = 37.29%
BLUE value IS 30 (12.11% from 255) = 12.71%
R=50%
G=37.29%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118883000.250.750.5439.5559.4629.02
Hex76581E0194B36283b1d
Octal1661303603111366507335
Binary1110110101100011110011001100101111011010100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76581E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76581E; }

 p { color: rgb(118,88,30); }

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

<style>
 a { background-color: #76581E; }

 a { background-color: rgb(118,88,30); }

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

<style>
 span { border-color: #76581E; }

 span { border-color: rgb(118,88,30); }

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