#765228

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

Shades of Horses Neck #765228

Tints of Horses Neck #765228

Color information

#765228 (or 0x765228) is unknown color: approx Horses Neck. HEX triplet: 76, 52 and 28. RGB value is (118,82,40). Sum of RGB (Red+Green+Blue) = 118+82+40=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #765228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765228 is #89ADD7. Grayscale: #585858. Windows color (decimal): -9022936 or 2642550. OLE color: 2642550.

HSL color Cylindrical-coordinate representation of color #765228: hue angle of 32.31º 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 #765228 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1188240-
CMYK00.310.660.54
HSL32.31º49.37%30.98%-
HSV(B)32.31º66.1%46.27%-
XYZ10.8710.043.37-
YUV87.98100.93149.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 40 (16.02% from 255) = 16.67%
R=49.17%
G=34.17%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118824000.310.660.5432.3149.3730.98
Hex76522801F423620311f
Octal1661225003710266406137
Binary11101101010010101000011111100001011011010000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765228; }

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

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

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

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

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

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

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

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