#755C27

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

Shades of Horses Neck #755C27

Tints of Horses Neck #755C27

Color information

#755C27 (or 0x755C27) is unknown color: approx Horses Neck. HEX triplet: 75, 5C and 27. RGB value is (117,92,39). Sum of RGB (Red+Green+Blue) = 117+92+39=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #755C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C27 is #8AA3D8. Grayscale: #5D5D5D. Windows color (decimal): -9085913 or 2579573. OLE color: 2579573.

HSL color Cylindrical-coordinate representation of color #755C27: hue angle of 40.77º 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 #755C27 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB1179239-
CMYK00.210.670.54
HSL40.77º50%30.59%-
HSV(B)40.77º66.67%45.88%-
XYZ11.5311.583.55-
YUV93.4397.28144.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 92 (36.33% from 255) = 37.10%
BLUE value IS 39 (15.62% from 255) = 15.73%
R=47.18%
G=37.10%
B=15.73%

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
Decimal117923900.210.670.5440.775030.59
Hex755C27015433629321f
Octal1651344702510366516237
Binary11101011011100100111010101100001111011010100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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