#765526

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

Shades of Horses Neck #765526

Tints of Horses Neck #765526

Color information

#765526 (or 0x765526) is unknown color: approx Horses Neck. HEX triplet: 76, 55 and 26. RGB value is (118,85,38). Sum of RGB (Red+Green+Blue) = 118+85+38=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #765526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765526 is #89AAD9. Grayscale: #595959. Windows color (decimal): -9022170 or 2512246. OLE color: 2512246.

HSL color Cylindrical-coordinate representation of color #765526: hue angle of 35.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #765526 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1188538-
CMYK00.280.680.54
HSL35.25º51.28%30.59%-
HSV(B)35.25º67.8%46.27%-
XYZ11.0710.493.27-
YUV89.5198.93148.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=48.96%
G=35.27%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118853800.280.680.5435.2551.2830.59
Hex76552601C443623331f
Octal1661254603410466436337
Binary11101101010101100110011100100010011011010001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765526; }

 p { color: rgb(118,85,38); }

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

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

 a { background-color: rgb(118,85,38); }

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

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

 span { border-color: rgb(118,85,38); }

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