#745954

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

Shades of Buccaneer #745954

Tints of Buccaneer #745954

Color information

#745954 (or 0x745954) is unknown color: approx Buccaneer. HEX triplet: 74, 59 and 54. RGB value is (116,89,84). Sum of RGB (Red+Green+Blue) = 116+89+84=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #745954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745954 is #8BA6AB. Grayscale: #606060. Windows color (decimal): -9152172 or 5527924. OLE color: 5527924.

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

Color convert

RGB1168984-
CMYK00.230.280.55
HSL9.38º16%39.22%-
HSV(B)9.38º27.59%45.49%-
XYZ12.3811.59.95-
YUV96.5120.95141.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 84 (33.20% from 255) = 29.07%
R=40.14%
G=30.80%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116898400.230.280.559.381639.22
Hex7459540171C3791027
Octal1641311240273467112047
Binary11101001011001101010001011111100110111100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745954; }

 p { color: rgb(116,89,84); }

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

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

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

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

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

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

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