#775D2A

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

Shades of Horses Neck #775D2A

Tints of Horses Neck #775D2A

Color information

#775D2A (or 0x775D2A) is unknown color: approx Horses Neck. HEX triplet: 77, 5D and 2A. RGB value is (119,93,42). Sum of RGB (Red+Green+Blue) = 119+93+42=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #775D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D2A is #88A2D5. Grayscale: #5F5F5F. Windows color (decimal): -8954582 or 2776439. OLE color: 2776439.

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

Color convert

RGB1199342-
CMYK00.220.650.53
HSL39.74º47.83%31.57%-
HSV(B)39.74º64.71%46.67%-
XYZ11.9411.923.86-
YUV94.9698.11145.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 93 (36.72% from 255) = 36.61%
BLUE value IS 42 (16.80% from 255) = 16.54%
R=46.85%
G=36.61%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119934200.220.650.5339.7447.8331.57
Hex775D2A0164135283020
Octal1671355202610165506040
Binary111011110111011010100101101000001110101101000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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