#755353

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

Shades of Buccaneer #755353

Tints of Buccaneer #755353

Color information

#755353 (or 0x755353) is unknown color: approx Buccaneer. HEX triplet: 75, 53 and 53. RGB value is (117,83,83). Sum of RGB (Red+Green+Blue) = 117+83+83=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #755353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755353 is #8AACAC. Grayscale: #5D5D5D. Windows color (decimal): -9088173 or 5460853. OLE color: 5460853.

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

Color convert

RGB1178383-
CMYK00.290.290.54
HSL17%39.22%-
HSV(B)29.06%45.88%-
XYZ11.9910.599.6-
YUV93.17122.26145-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 83 (32.81% from 255) = 29.33%
BLUE value IS 83 (32.81% from 255) = 29.33%
R=41.34%
G=29.33%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117838300.290.290.5401739.22
Hex75535301D1D3601127
Octal165123123035356602147
Binary11101011010011101001101110111101110110010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755353; }

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

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

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

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

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

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

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

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