#744947

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

Shades of Buccaneer #744947

Tints of Buccaneer #744947

Color information

#744947 (or 0x744947) is unknown color: approx Buccaneer. HEX triplet: 74, 49 and 47. RGB value is (116,73,71). Sum of RGB (Red+Green+Blue) = 116+73+71=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #744947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744947 is #8BB6B8. Grayscale: #555555. Windows color (decimal): -9156281 or 4671860. OLE color: 4671860.

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

Color convert

RGB1167371-
CMYK00.370.390.55
HSL2.67º24.06%36.67%-
HSV(B)2.67º38.79%45.49%-
XYZ10.728.937.12-
YUV85.63119.75149.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.62%
GREEN value IS 73 (28.91% from 255) = 28.08%
BLUE value IS 71 (28.12% from 255) = 27.31%
R=44.62%
G=28.08%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116737100.370.390.552.6724.0636.67
Hex744947025273731825
Octal164111107045476733045
Binary11101001001001100011101001011001111101111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744947; }

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

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

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

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

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

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

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

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