#775D28

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

Shades of Horses Neck #775D28

Tints of Horses Neck #775D28

Color information

#775D28 (or 0x775D28) is unknown color: approx Horses Neck. HEX triplet: 77, 5D and 28. RGB value is (119,93,40). Sum of RGB (Red+Green+Blue) = 119+93+40=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #775D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D28 is #88A2D7. Grayscale: #5E5E5E. Windows color (decimal): -8954584 or 2645367. OLE color: 2645367.

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

Color convert

RGB1199340-
CMYK00.220.660.53
HSL40.25º49.69%31.18%-
HSV(B)40.25º66.39%46.67%-
XYZ11.9111.93.68-
YUV94.7397.11145.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 93 (36.72% from 255) = 36.90%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=47.22%
G=36.90%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119934000.220.660.5340.2549.6931.18
Hex775D28016423528321f
Octal1671355002610265506237
Binary11101111011101101000010110100001011010110100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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