#775D2E

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

Shades of Horses Neck #775D2E

Tints of Horses Neck #775D2E

Color information

#775D2E (or 0x775D2E) is unknown color: approx Horses Neck. HEX triplet: 77, 5D and 2E. RGB value is (119,93,46). Sum of RGB (Red+Green+Blue) = 119+93+46=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #775D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D2E is #88A2D1. Grayscale: #5F5F5F. Windows color (decimal): -8954578 or 3038583. OLE color: 3038583.

HSL color Cylindrical-coordinate representation of color #775D2E: hue angle of 38.63º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #775D2E is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1199346-
CMYK00.220.610.53
HSL38.63º44.24%32.35%-
HSV(B)38.63º61.34%46.67%-
XYZ12.0211.954.26-
YUV95.42100.11144.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 93 (36.72% from 255) = 36.05%
BLUE value IS 46 (18.36% from 255) = 17.83%
R=46.12%
G=36.05%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119934600.220.610.5338.6344.2432.35
Hex775D2E0163D35272c20
Octal167135560267565475440
Binary11101111011101101110010110111101110101100111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775D2E; }

 p { color: rgb(119,93,46); }

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

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

 a { background-color: rgb(119,93,46); }

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

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

 span { border-color: rgb(119,93,46); }

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