#754F49

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

Shades of Buccaneer #754F49

Tints of Buccaneer #754F49

Color information

#754F49 (or 0x754F49) is unknown color: approx Buccaneer. HEX triplet: 75, 4F and 49. RGB value is (117,79,73). Sum of RGB (Red+Green+Blue) = 117+79+73=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #754F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F49 is #8AB0B6. Grayscale: #595959. Windows color (decimal): -9089207 or 4804469. OLE color: 4804469.

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

Color convert

RGB1177973-
CMYK00.320.380.54
HSL8.18º23.16%37.25%-
HSV(B)8.18º37.61%45.88%-
XYZ11.339.857.61-
YUV89.68118.59147.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.49%
GREEN value IS 79 (31.25% from 255) = 29.37%
BLUE value IS 73 (28.91% from 255) = 27.14%
R=43.49%
G=29.37%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117797300.320.380.548.1823.1637.25
Hex754F49020263681725
Octal1651171110404666102745
Binary1110101100111110010010100000100110110110100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754F49; }

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

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

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

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

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

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

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

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