#75534D

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

Shades of Buccaneer #75534D

Tints of Buccaneer #75534D

Color information

#75534D (or 0x75534D) is unknown color: approx Buccaneer. HEX triplet: 75, 53 and 4D. RGB value is (117,83,77). Sum of RGB (Red+Green+Blue) = 117+83+77=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75534D is #8AACB2. Grayscale: #5C5C5C. Windows color (decimal): -9088179 or 5067637. OLE color: 5067637.

HSL color Cylindrical-coordinate representation of color #75534D: hue angle of 9º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75534D is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1178377-
CMYK00.290.340.54
HSL20.62%38.04%-
HSV(B)34.19%45.88%-
XYZ11.7710.58.43-
YUV92.48119.26145.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=42.24%
G=29.96%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117837700.290.340.54920.6238.04
Hex75534D01D223691526
Octal1651231150354266112546
Binary111010110100111001101011101100010110110100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75534D; }

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

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

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

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

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

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

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

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