#75544B

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

Shades of Buccaneer #75544B

Tints of Buccaneer #75544B

Color information

#75544B (or 0x75544B) is unknown color: approx Buccaneer. HEX triplet: 75, 54 and 4B. RGB value is (117,84,75). Sum of RGB (Red+Green+Blue) = 117+84+75=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #75544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75544B is #8AABB4. Grayscale: #5C5C5C. Windows color (decimal): -9087925 or 4936821. OLE color: 4936821.

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

Color convert

RGB1178475-
CMYK00.280.360.54
HSL12.86º21.88%37.65%-
HSV(B)12.86º35.9%45.88%-
XYZ11.7810.638.09-
YUV92.84117.93145.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=42.39%
G=30.43%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117847500.280.360.5412.8621.8837.65
Hex75544B01C2436d1626
Octal1651241130344466152646
Binary111010110101001001011011100100100110110110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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