#765B28

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

Shades of Horses Neck #765B28

Tints of Horses Neck #765B28

Color information

#765B28 (or 0x765B28) is unknown color: approx Horses Neck. HEX triplet: 76, 5B and 28. RGB value is (118,91,40). Sum of RGB (Red+Green+Blue) = 118+91+40=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #765B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B28 is #89A4D7. Grayscale: #5D5D5D. Windows color (decimal): -9020632 or 2644854. OLE color: 2644854.

HSL color Cylindrical-coordinate representation of color #765B28: hue angle of 39.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #765B28 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1189140-
CMYK00.230.660.54
HSL39.23º49.37%30.98%-
HSV(B)39.23º66.1%46.27%-
XYZ11.611.493.61-
YUV93.2697.95145.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 91 (35.94% from 255) = 36.55%
BLUE value IS 40 (16.02% from 255) = 16.06%
R=47.39%
G=36.55%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118914000.230.660.5439.2349.3730.98
Hex765B28017423627311f
Octal1661335002710266476137
Binary11101101011011101000010111100001011011010011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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