#755A1E

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

Shades of Horses Neck #755A1E

Tints of Horses Neck #755A1E

Color information

#755A1E (or 0x755A1E) is unknown color: approx Horses Neck. HEX triplet: 75, 5A and 1E. RGB value is (117,90,30). Sum of RGB (Red+Green+Blue) = 117+90+30=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #755A1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A1E is #8AA5E1. Grayscale: #5B5B5B. Windows color (decimal): -9086434 or 1989237. OLE color: 1989237.

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

Color convert

RGB1179030-
CMYK00.230.740.54
HSL41.38º59.18%28.82%-
HSV(B)41.38º74.36%45.88%-
XYZ11.2311.192.8-
YUV91.2393.45146.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 90 (35.55% from 255) = 37.97%
BLUE value IS 30 (12.11% from 255) = 12.66%
R=49.37%
G=37.97%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117903000.230.740.5441.3859.1828.82
Hex755A1E0174A36293b1d
Octal1651323602711266517335
Binary1110101101101011110010111100101011011010100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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