#754E49

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

Shades of Buccaneer #754E49

Tints of Buccaneer #754E49

Color information

#754E49 (or 0x754E49) is unknown color: approx Buccaneer. HEX triplet: 75, 4E and 49. RGB value is (117,78,73). Sum of RGB (Red+Green+Blue) = 117+78+73=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #754E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E49 is #8AB1B6. Grayscale: #595959. Windows color (decimal): -9089463 or 4804213. OLE color: 4804213.

HSL color Cylindrical-coordinate representation of color #754E49: hue angle of 6.82º 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 #754E49 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1177873-
CMYK00.330.380.54
HSL6.82º23.16%37.25%-
HSV(B)6.82º37.61%45.88%-
XYZ11.269.717.58-
YUV89.09118.92147.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 78 (30.86% from 255) = 29.10%
BLUE value IS 73 (28.91% from 255) = 27.24%
R=43.66%
G=29.10%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117787300.330.380.546.8223.1637.25
Hex754E49021263671725
Octal165116111041466672745
Binary111010110011101001001010000110011011011011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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