#765428

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

Shades of Horses Neck #765428

Tints of Horses Neck #765428

Color information

#765428 (or 0x765428) is unknown color: approx Horses Neck. HEX triplet: 76, 54 and 28. RGB value is (118,84,40). Sum of RGB (Red+Green+Blue) = 118+84+40=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #765428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765428 is #89ABD7. Grayscale: #595959. Windows color (decimal): -9022424 or 2643062. OLE color: 2643062.

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

Color convert

RGB1188440-
CMYK00.290.660.54
HSL33.85º49.37%30.98%-
HSV(B)33.85º66.1%46.27%-
XYZ11.0210.353.42-
YUV89.15100.26148.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.76%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 40 (16.02% from 255) = 16.53%
R=48.76%
G=34.71%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118844000.290.660.5433.8549.3730.98
Hex76542801D423622311f
Octal1661245003510266426137
Binary11101101010100101000011101100001011011010001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765428; }

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

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

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

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

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

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

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

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