#755C2A

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

Shades of Horses Neck #755C2A

Tints of Horses Neck #755C2A

Color information

#755C2A (or 0x755C2A) is unknown color: approx Horses Neck. HEX triplet: 75, 5C and 2A. RGB value is (117,92,42). Sum of RGB (Red+Green+Blue) = 117+92+42=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #755C2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C2A is #8AA3D5. Grayscale: #5E5E5E. Windows color (decimal): -9085910 or 2776181. OLE color: 2776181.

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

Color convert

RGB1179242-
CMYK00.210.640.54
HSL40º47.17%31.18%-
HSV(B)40º64.1%45.88%-
XYZ11.5811.63.82-
YUV93.7898.78144.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 92 (36.33% from 255) = 36.65%
BLUE value IS 42 (16.80% from 255) = 16.73%
R=46.61%
G=36.65%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117924200.210.640.544047.1731.18
Hex755C2A0154036282f1f
Octal1651345202510066505737
Binary11101011011100101010010101100000011011010100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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