#744646

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

Shades of Buccaneer #744646

Tints of Buccaneer #744646

Color information

#744646 (or 0x744646) is unknown color: approx Buccaneer. HEX triplet: 74, 46 and 46. RGB value is (116,70,70). Sum of RGB (Red+Green+Blue) = 116+70+70=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #744646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744646 is #8BB9B9. Grayscale: #535353. Windows color (decimal): -9157050 or 4605556. OLE color: 4605556.

HSL color Cylindrical-coordinate representation of color #744646: hue angle of 0º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #744646 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB1167070-
CMYK00.400.400.55
HSL24.73%36.47%-
HSV(B)39.66%45.49%-
XYZ10.58.546.89-
YUV83.75120.24151-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 70 (27.73% from 255) = 27.34%
BLUE value IS 70 (27.73% from 255) = 27.34%
R=45.31%
G=27.34%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116707000.400.400.55024.7336.47
Hex744646028283701924
Octal164106106050506703144
Binary1110100100011010001100101000101000110111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744646; }

 p { color: rgb(116,70,70); }

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

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

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

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

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

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

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