#744747

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

Shades of Buccaneer #744747

Tints of Buccaneer #744747

Color information

#744747 (or 0x744747) is unknown color: approx Buccaneer. HEX triplet: 74, 47 and 47. RGB value is (116,71,71). Sum of RGB (Red+Green+Blue) = 116+71+71=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #744747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744747 is #8BB8B8. Grayscale: #545454. Windows color (decimal): -9156793 or 4671348. OLE color: 4671348.

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

Color convert

RGB1167171-
CMYK00.390.390.55
HSL24.06%36.67%-
HSV(B)38.79%45.49%-
XYZ10.598.677.08-
YUV84.45120.41150.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.96%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 71 (28.12% from 255) = 27.52%
R=44.96%
G=27.52%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116717100.390.390.55024.0636.67
Hex744747027273701825
Octal164107107047476703045
Binary1110100100011110001110100111100111110111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744747; }

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

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

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

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

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

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

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

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