#744746

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

Shades of Buccaneer #744746

Tints of Buccaneer #744746

Color information

#744746 (or 0x744746) is unknown color: approx Buccaneer. HEX triplet: 74, 47 and 46. RGB value is (116,71,70). Sum of RGB (Red+Green+Blue) = 116+71+70=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #744746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744746 is #8BB8B9. Grayscale: #545454. Windows color (decimal): -9156794 or 4605812. OLE color: 4605812.

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

Color convert

RGB1167170-
CMYK00.390.400.55
HSL1.3º24.73%36.47%-
HSV(B)1.3º39.66%45.49%-
XYZ10.568.666.91-
YUV84.34119.91150.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 70 (27.73% from 255) = 27.24%
R=45.14%
G=27.63%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116717000.390.400.551.324.7336.47
Hex744746027283711924
Octal164107106047506713144
Binary1110100100011110001100100111101000110111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744746; }

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

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

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

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

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

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

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

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