#754B49

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

Shades of Buccaneer #754B49

Tints of Buccaneer #754B49

Color information

#754B49 (or 0x754B49) is unknown color: approx Buccaneer. HEX triplet: 75, 4B and 49. RGB value is (117,75,73). Sum of RGB (Red+Green+Blue) = 117+75+73=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #754B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B49 is #8AB4B6. Grayscale: #575757. Windows color (decimal): -9090231 or 4803445. OLE color: 4803445.

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

Color convert

RGB1177573-
CMYK00.360.380.54
HSL2.73º23.16%37.25%-
HSV(B)2.73º37.61%45.88%-
XYZ11.059.37.51-
YUV87.33119.91149.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 75 (29.69% from 255) = 28.30%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=44.15%
G=28.30%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117757300.360.380.542.7323.1637.25
Hex754B49024263631725
Octal165113111044466632745
Binary11101011001011100100101001001001101101101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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