#745049

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

Shades of Buccaneer #745049

Tints of Buccaneer #745049

Color information

#745049 (or 0x745049) is unknown color: approx Buccaneer. HEX triplet: 74, 50 and 49. RGB value is (116,80,73). Sum of RGB (Red+Green+Blue) = 116+80+73=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #745049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745049 is #8BAFB6. Grayscale: #5A5A5A. Windows color (decimal): -9154487 or 4804724. OLE color: 4804724.

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

Color convert

RGB1168073-
CMYK00.310.370.55
HSL9.77º22.75%37.06%-
HSV(B)9.77º37.07%45.49%-
XYZ11.279.937.63-
YUV89.97118.43146.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.12%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 73 (28.91% from 255) = 27.14%
R=43.12%
G=29.74%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116807300.310.370.559.7722.7537.06
Hex74504901F2537a1725
Octal1641201110374567122745
Binary111010010100001001001011111100101110111101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745049; }

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

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

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

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

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

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

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

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