#755553

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

Shades of Buccaneer #755553

Tints of Buccaneer #755553

Color information

#755553 (or 0x755553) is unknown color: approx Buccaneer. HEX triplet: 75, 55 and 53. RGB value is (117,85,83). Sum of RGB (Red+Green+Blue) = 117+85+83=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #755553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755553 is #8AAAAC. Grayscale: #5E5E5E. Windows color (decimal): -9087661 or 5461365. OLE color: 5461365.

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

Color convert

RGB1178583-
CMYK00.270.290.54
HSL3.53º17%39.22%-
HSV(B)3.53º29.06%45.88%-
XYZ12.1510.99.65-
YUV94.34121.6144.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 83 (32.81% from 255) = 29.12%
R=41.05%
G=29.82%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117858300.270.290.543.531739.22
Hex75555301B1D3641127
Octal165125123033356642147
Binary1110101101010110100110110111110111011010010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755553; }

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

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

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

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

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

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

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

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