#755B1E

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

Shades of Horses Neck #755B1E

Tints of Horses Neck #755B1E

Color information

#755B1E (or 0x755B1E) is unknown color: approx Horses Neck. HEX triplet: 75, 5B and 1E. RGB value is (117,91,30). Sum of RGB (Red+Green+Blue) = 117+91+30=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #755B1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B1E is #8AA4E1. Grayscale: #5C5C5C. Windows color (decimal): -9086178 or 1989493. OLE color: 1989493.

HSL color Cylindrical-coordinate representation of color #755B1E: hue angle of 42.07º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #755B1E is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1179130-
CMYK00.220.740.54
HSL42.07º59.18%28.82%-
HSV(B)42.07º74.36%45.88%-
XYZ11.3111.362.82-
YUV91.8293.11145.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 91 (35.94% from 255) = 38.24%
BLUE value IS 30 (12.11% from 255) = 12.61%
R=49.16%
G=38.24%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117913000.220.740.5442.0759.1828.82
Hex755B1E0164A362a3b1d
Octal1651333602611266527335
Binary1110101101101111110010110100101011011010101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755B1E; }

 p { color: rgb(117,91,30); }

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

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

 a { background-color: rgb(117,91,30); }

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

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

 span { border-color: rgb(117,91,30); }

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