#744F49

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

Shades of Buccaneer #744F49

Tints of Buccaneer #744F49

Color information

#744F49 (or 0x744F49) is unknown color: approx Buccaneer. HEX triplet: 74, 4F and 49. RGB value is (116,79,73). Sum of RGB (Red+Green+Blue) = 116+79+73=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #744F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F49 is #8BB0B6. Grayscale: #595959. Windows color (decimal): -9154743 or 4804468. OLE color: 4804468.

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

Color convert

RGB1167973-
CMYK00.320.370.55
HSL8.37º22.75%37.06%-
HSV(B)8.37º37.07%45.49%-
XYZ11.29.797.6-
YUV89.38118.76146.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.28%
GREEN value IS 79 (31.25% from 255) = 29.48%
BLUE value IS 73 (28.91% from 255) = 27.24%
R=43.28%
G=29.48%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116797300.320.370.558.3722.7537.06
Hex744F49020253781725
Octal1641171110404567102745
Binary1110100100111110010010100000100101110111100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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