#765A1E

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

Shades of Horses Neck #765A1E

Tints of Horses Neck #765A1E

Color information

#765A1E (or 0x765A1E) is unknown color: approx Horses Neck. HEX triplet: 76, 5A and 1E. RGB value is (118,90,30). Sum of RGB (Red+Green+Blue) = 118+90+30=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #765A1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A1E is #89A5E1. Grayscale: #5B5B5B. Windows color (decimal): -9020898 or 1989238. OLE color: 1989238.

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

Color convert

RGB1189030-
CMYK00.240.750.54
HSL40.91º59.46%29.02%-
HSV(B)40.91º74.58%46.27%-
XYZ11.3611.262.8-
YUV91.5393.28146.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 90 (35.55% from 255) = 37.82%
BLUE value IS 30 (12.11% from 255) = 12.61%
R=49.58%
G=37.82%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118903000.240.750.5440.9159.4629.02
Hex765A1E0184B36293b1d
Octal1661323603011366517335
Binary1110110101101011110011000100101111011010100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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