#755853

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

Shades of Buccaneer #755853

Tints of Buccaneer #755853

Color information

#755853 (or 0x755853) is unknown color: approx Buccaneer. HEX triplet: 75, 58 and 53. RGB value is (117,88,83). Sum of RGB (Red+Green+Blue) = 117+88+83=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #755853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755853 is #8AA7AC. Grayscale: #606060. Windows color (decimal): -9086893 or 5462133. OLE color: 5462133.

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

Color convert

RGB1178883-
CMYK00.250.290.54
HSL8.82º17%39.22%-
HSV(B)8.82º29.06%45.88%-
XYZ12.3911.399.73-
YUV96.1120.61142.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 83 (32.81% from 255) = 28.82%
R=40.62%
G=30.56%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117888300.250.290.548.821739.22
Hex7558530191D3691127
Octal1651301230313566112147
Binary11101011011000101001101100111101110110100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755853; }

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

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

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

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

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

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

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

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