#755B1B

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

Shades of Horses Neck #755B1B

Tints of Horses Neck #755B1B

Color information

#755B1B (or 0x755B1B) is unknown color: approx Horses Neck. HEX triplet: 75, 5B and 1B. RGB value is (117,91,27). Sum of RGB (Red+Green+Blue) = 117+91+27=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #755B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B1B is #8AA4E4. Grayscale: #5B5B5B. Windows color (decimal): -9086181 or 1792885. OLE color: 1792885.

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

Color convert

RGB1179127-
CMYK00.220.770.54
HSL42.67º62.5%28.24%-
HSV(B)42.67º76.92%45.88%-
XYZ11.2811.342.63-
YUV91.4891.61146.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 91 (35.94% from 255) = 38.72%
BLUE value IS 27 (10.94% from 255) = 11.49%
R=49.79%
G=38.72%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117912700.220.770.5442.6762.528.24
Hex755B1B0164D362b3e1c
Octal1651333302611566537634
Binary1110101101101111011010110100110111011010101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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