#744E49

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

Shades of Buccaneer #744E49

Tints of Buccaneer #744E49

Color information

#744E49 (or 0x744E49) is unknown color: approx Buccaneer. HEX triplet: 74, 4E and 49. RGB value is (116,78,73). Sum of RGB (Red+Green+Blue) = 116+78+73=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #744E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E49 is #8BB1B6. Grayscale: #585858. Windows color (decimal): -9154999 or 4804212. OLE color: 4804212.

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

Color convert

RGB1167873-
CMYK00.330.370.55
HSL6.98º22.75%37.06%-
HSV(B)6.98º37.07%45.49%-
XYZ11.139.647.58-
YUV88.79119.09147.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 78 (30.86% from 255) = 29.21%
BLUE value IS 73 (28.91% from 255) = 27.34%
R=43.45%
G=29.21%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116787300.330.370.556.9822.7537.06
Hex744E49021253771725
Octal164116111041456772745
Binary111010010011101001001010000110010111011111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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