#755452

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

Shades of Buccaneer #755452

Tints of Buccaneer #755452

Color information

#755452 (or 0x755452) is unknown color: approx Buccaneer. HEX triplet: 75, 54 and 52. RGB value is (117,84,82). Sum of RGB (Red+Green+Blue) = 117+84+82=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #755452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755452 is #8AABAD. Grayscale: #5D5D5D. Windows color (decimal): -9087918 or 5395573. OLE color: 5395573.

HSL color Cylindrical-coordinate representation of color #755452: hue angle of 3.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #755452 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB1178482-
CMYK00.280.300.54
HSL3.43º17.59%39.02%-
HSV(B)3.43º29.91%45.88%-
XYZ12.0310.739.42-
YUV93.64121.43144.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=41.34%
G=29.68%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117848200.280.300.543.4317.5939.02
Hex75545201C1E3631227
Octal165124122034366632247
Binary111010110101001010010011100111101101101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755452; }

 p { color: rgb(117,84,82); }

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

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

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

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

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

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

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