#765B23

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

Shades of Horses Neck #765B23

Tints of Horses Neck #765B23

Color information

#765B23 (or 0x765B23) is unknown color: approx Horses Neck. HEX triplet: 76, 5B and 23. RGB value is (118,91,35). Sum of RGB (Red+Green+Blue) = 118+91+35=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #765B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B23 is #89A4DC. Grayscale: #5C5C5C. Windows color (decimal): -9020637 or 2317174. OLE color: 2317174.

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

Color convert

RGB1189135-
CMYK00.230.700.54
HSL40.48º54.25%30%-
HSV(B)40.48º70.34%46.27%-
XYZ11.5211.463.19-
YUV92.6995.45146.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 91 (35.94% from 255) = 37.30%
BLUE value IS 35 (14.06% from 255) = 14.34%
R=48.36%
G=37.30%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118913500.230.700.5440.4854.2530
Hex765B23017463628361e
Octal1661334302710666506636
Binary11101101011011100011010111100011011011010100011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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