#734D49

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

Shades of Buccaneer #734D49

Tints of Buccaneer #734D49

Color information

#734D49 (or 0x734D49) is unknown color: approx Buccaneer. HEX triplet: 73, 4D and 49. RGB value is (115,77,73). Sum of RGB (Red+Green+Blue) = 115+77+73=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #734D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734D49 is #8CB2B6. Grayscale: #575757. Windows color (decimal): -9220791 or 4803955. OLE color: 4803955.

HSL color Cylindrical-coordinate representation of color #734D49: hue angle of 5.71º degrees, saturation: 0.22, 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 #734D49 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB1157773-
CMYK00.330.370.55
HSL5.71º22.34%36.86%-
HSV(B)5.71º36.52%45.1%-
XYZ10.939.437.55-
YUV87.91119.59147.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 77 (30.47% from 255) = 29.06%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=43.40%
G=29.06%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115777300.330.370.555.7122.3436.86
Hex734D49021253761625
Octal163115111041456762645
Binary111001110011011001001010000110010111011111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734D49; }

 p { color: rgb(115,77,73); }

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

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

 a { background-color: rgb(115,77,73); }

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

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

 span { border-color: rgb(115,77,73); }

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