#744D49

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

Shades of Buccaneer #744D49

Tints of Buccaneer #744D49

Color information

#744D49 (or 0x744D49) is unknown color: approx Buccaneer. HEX triplet: 74, 4D and 49. RGB value is (116,77,73). Sum of RGB (Red+Green+Blue) = 116+77+73=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #744D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744D49 is #8BB2B6. Grayscale: #585858. Windows color (decimal): -9155255 or 4803956. OLE color: 4803956.

HSL color Cylindrical-coordinate representation of color #744D49: hue angle of 5.58º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #744D49 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB1167773-
CMYK00.340.370.55
HSL5.58º22.75%37.06%-
HSV(B)5.58º37.07%45.49%-
XYZ11.069.57.55-
YUV88.2119.42147.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 77 (30.47% from 255) = 28.95%
BLUE value IS 73 (28.91% from 255) = 27.44%
R=43.61%
G=28.95%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116777300.340.370.555.5822.7537.06
Hex744D49022253761725
Octal164115111042456762745
Binary111010010011011001001010001010010111011111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744D49; }

 p { color: rgb(116,77,73); }

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

<style>
 a { background-color: #744D49; }

 a { background-color: rgb(116,77,73); }

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

<style>
 span { border-color: #744D49; }

 span { border-color: rgb(116,77,73); }

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