#744A46

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

Shades of Buccaneer #744A46

Tints of Buccaneer #744A46

Color information

#744A46 (or 0x744A46) is unknown color: approx Buccaneer. HEX triplet: 74, 4A and 46. RGB value is (116,74,70). Sum of RGB (Red+Green+Blue) = 116+74+70=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #744A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A46 is #8BB5B9. Grayscale: #565656. Windows color (decimal): -9156026 or 4606580. OLE color: 4606580.

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

Color convert

RGB1167470-
CMYK00.360.400.55
HSL5.22º24.73%36.47%-
HSV(B)5.22º39.66%45.49%-
XYZ10.769.056.97-
YUV86.1118.91149.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.62%
GREEN value IS 74 (29.30% from 255) = 28.46%
BLUE value IS 70 (27.73% from 255) = 26.92%
R=44.62%
G=28.46%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116747000.360.400.555.2224.7336.47
Hex744A46024283751924
Octal164112106044506753144
Binary111010010010101000110010010010100011011110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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