#75544F

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

Shades of Buccaneer #75544F

Tints of Buccaneer #75544F

Color information

#75544F (or 0x75544F) is unknown color: approx Buccaneer. HEX triplet: 75, 54 and 4F. RGB value is (117,84,79). Sum of RGB (Red+Green+Blue) = 117+84+79=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #75544F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75544F is #8AABB0. Grayscale: #5D5D5D. Windows color (decimal): -9087921 or 5198965. OLE color: 5198965.

HSL color Cylindrical-coordinate representation of color #75544F: hue angle of 7.89º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75544F is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1178479-
CMYK00.280.320.54
HSL7.89º19.39%38.43%-
HSV(B)7.89º32.48%45.88%-
XYZ11.9210.698.83-
YUV93.3119.93144.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 79 (31.25% from 255) = 28.21%
R=41.79%
G=30%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117847900.280.320.547.8919.3938.43
Hex75544F01C203681326
Octal1651241170344066102346
Binary111010110101001001111011100100000110110100010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75544F; }

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

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

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

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

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

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

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

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