#765327

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

Shades of Horses Neck #765327

Tints of Horses Neck #765327

Color information

#765327 (or 0x765327) is unknown color: approx Horses Neck. HEX triplet: 76, 53 and 27. RGB value is (118,83,39). Sum of RGB (Red+Green+Blue) = 118+83+39=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #765327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765327 is #89ACD8. Grayscale: #585858. Windows color (decimal): -9022681 or 2577270. OLE color: 2577270.

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

Color convert

RGB1188339-
CMYK00.300.670.54
HSL33.42º50.32%30.78%-
HSV(B)33.42º66.95%46.27%-
XYZ10.9310.183.31-
YUV88.45100.1149.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 83 (32.81% from 255) = 34.58%
BLUE value IS 39 (15.62% from 255) = 16.25%
R=49.17%
G=34.58%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118833900.300.670.5433.4250.3230.78
Hex76532701E433621321f
Octal1661234703610366416237
Binary11101101010011100111011110100001111011010000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765327; }

 p { color: rgb(118,83,39); }

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

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

 a { background-color: rgb(118,83,39); }

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

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

 span { border-color: rgb(118,83,39); }

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