#755D27

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

Shades of Horses Neck #755D27

Tints of Horses Neck #755D27

Color information

#755D27 (or 0x755D27) is unknown color: approx Horses Neck. HEX triplet: 75, 5D and 27. RGB value is (117,93,39). Sum of RGB (Red+Green+Blue) = 117+93+39=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #755D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D27 is #8AA2D8. Grayscale: #5E5E5E. Windows color (decimal): -9085657 or 2579829. OLE color: 2579829.

HSL color Cylindrical-coordinate representation of color #755D27: hue angle of 41.54º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #755D27 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB1179339-
CMYK00.210.670.54
HSL41.54º50%30.59%-
HSV(B)41.54º66.67%45.88%-
XYZ11.6211.763.58-
YUV94.0296.95144.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 93 (36.72% from 255) = 37.35%
BLUE value IS 39 (15.62% from 255) = 15.66%
R=46.99%
G=37.35%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117933900.210.670.5441.545030.59
Hex755D2701543362a321f
Octal1651354702510366526237
Binary11101011011101100111010101100001111011010101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,93,39); }

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

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

 a { background-color: rgb(117,93,39); }

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

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

 span { border-color: rgb(117,93,39); }

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