#755329

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

Shades of Horses Neck #755329

Tints of Horses Neck #755329

Color information

#755329 (or 0x755329) is unknown color: approx Horses Neck. HEX triplet: 75, 53 and 29. RGB value is (117,83,41). Sum of RGB (Red+Green+Blue) = 117+83+41=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #755329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755329 is #8AACD6. Grayscale: #585858. Windows color (decimal): -9088215 or 2708341. OLE color: 2708341.

HSL color Cylindrical-coordinate representation of color #755329: hue angle of 33.16º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #755329 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1178341-
CMYK00.290.650.54
HSL33.16º48.1%30.98%-
HSV(B)33.16º64.96%45.88%-
XYZ10.8310.133.48-
YUV88.38101.26148.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 41 (16.41% from 255) = 17.01%
R=48.55%
G=34.44%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117834100.290.650.5433.1648.130.98
Hex75532901D413621301f
Octal1651235103510166416037
Binary11101011010011101001011101100000111011010000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755329; }

 p { color: rgb(117,83,41); }

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

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

 a { background-color: rgb(117,83,41); }

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

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

 span { border-color: rgb(117,83,41); }

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