#765425

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

Shades of Horses Neck #765425

Tints of Horses Neck #765425

Color information

#765425 (or 0x765425) is unknown color: approx Horses Neck. HEX triplet: 76, 54 and 25. RGB value is (118,84,37). Sum of RGB (Red+Green+Blue) = 118+84+37=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #765425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765425 is #89ABDA. Grayscale: #595959. Windows color (decimal): -9022427 or 2446454. OLE color: 2446454.

HSL color Cylindrical-coordinate representation of color #765425: hue angle of 34.81º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #765425 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1188437-
CMYK00.290.690.54
HSL34.81º52.26%30.39%-
HSV(B)34.81º68.64%46.27%-
XYZ10.9810.333.16-
YUV88.8198.76148.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 37 (14.84% from 255) = 15.48%
R=49.37%
G=35.15%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118843700.290.690.5434.8152.2630.39
Hex76542501D453623341e
Octal1661244503510566436436
Binary11101101010100100101011101100010111011010001111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765425; }

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

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

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

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

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

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

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

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