#765B1E

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

Shades of Horses Neck #765B1E

Tints of Horses Neck #765B1E

Color information

#765B1E (or 0x765B1E) is unknown color: approx Horses Neck. HEX triplet: 76, 5B and 1E. RGB value is (118,91,30). Sum of RGB (Red+Green+Blue) = 118+91+30=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #765B1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B1E is #89A4E1. Grayscale: #5C5C5C. Windows color (decimal): -9020642 or 1989494. OLE color: 1989494.

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

Color convert

RGB1189130-
CMYK00.230.750.54
HSL41.59º59.46%29.02%-
HSV(B)41.59º74.58%46.27%-
XYZ11.4511.432.83-
YUV92.1292.95146.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 91 (35.94% from 255) = 38.08%
BLUE value IS 30 (12.11% from 255) = 12.55%
R=49.37%
G=38.08%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118913000.230.750.5441.5959.4629.02
Hex765B1E0174B362a3b1d
Octal1661333602711366527335
Binary1110110101101111110010111100101111011010101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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