#765328

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

Shades of Horses Neck #765328

Tints of Horses Neck #765328

Color information

#765328 (or 0x765328) is unknown color: approx Horses Neck. HEX triplet: 76, 53 and 28. RGB value is (118,83,40). Sum of RGB (Red+Green+Blue) = 118+83+40=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #765328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765328 is #89ACD7. Grayscale: #585858. Windows color (decimal): -9022680 or 2642806. OLE color: 2642806.

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

Color convert

RGB1188340-
CMYK00.300.660.54
HSL33.08º49.37%30.98%-
HSV(B)33.08º66.1%46.27%-
XYZ10.9510.193.4-
YUV88.56100.6149-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=48.96%
G=34.44%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118834000.300.660.5433.0849.3730.98
Hex76532801E423621311f
Octal1661235003610266416137
Binary11101101010011101000011110100001011011010000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765328; }

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

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

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

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

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

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

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

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