#765C1E

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

Shades of Horses Neck #765C1E

Tints of Horses Neck #765C1E

Color information

#765C1E (or 0x765C1E) is unknown color: approx Horses Neck. HEX triplet: 76, 5C and 1E. RGB value is (118,92,30). Sum of RGB (Red+Green+Blue) = 118+92+30=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #765C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C1E is #89A3E1. Grayscale: #5C5C5C. Windows color (decimal): -9020386 or 1989750. OLE color: 1989750.

HSL color Cylindrical-coordinate representation of color #765C1E: hue angle of 42.27º 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 #765C1E is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1189230-
CMYK00.220.750.54
HSL42.27º59.46%29.02%-
HSV(B)42.27º74.58%46.27%-
XYZ11.5311.62.86-
YUV92.7192.61146.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 92 (36.33% from 255) = 38.33%
BLUE value IS 30 (12.11% from 255) = 12.5%
R=49.17%
G=38.33%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118923000.220.750.5442.2759.4629.02
Hex765C1E0164B362a3b1d
Octal1661343602611366527335
Binary1110110101110011110010110100101111011010101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765C1E; }

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

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

<style>
 a { background-color: #765C1E; }

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

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

<style>
 span { border-color: #765C1E; }

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

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