#775C2B

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

Shades of Horses Neck #775C2B

Tints of Horses Neck #775C2B

Color information

#775C2B (or 0x775C2B) is unknown color: approx Horses Neck. HEX triplet: 77, 5C and 2B. RGB value is (119,92,43). Sum of RGB (Red+Green+Blue) = 119+92+43=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #775C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C2B is #88A3D4. Grayscale: #5E5E5E. Windows color (decimal): -8954837 or 2841719. OLE color: 2841719.

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

Color convert

RGB1199243-
CMYK00.230.640.53
HSL38.68º46.91%31.76%-
HSV(B)38.68º63.87%46.67%-
XYZ11.8711.753.93-
YUV94.4998.95145.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 92 (36.33% from 255) = 36.22%
BLUE value IS 43 (17.19% from 255) = 16.93%
R=46.85%
G=36.22%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119924300.230.640.5338.6846.9131.76
Hex775C2B0174035272f20
Octal1671345302710065475740
Binary111011110111001010110101111000000110101100111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,92,43); }

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

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

 a { background-color: rgb(119,92,43); }

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

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

 span { border-color: rgb(119,92,43); }

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