#734E49

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

Shades of Buccaneer #734E49

Tints of Buccaneer #734E49

Color information

#734E49 (or 0x734E49) is unknown color: approx Buccaneer. HEX triplet: 73, 4E and 49. RGB value is (115,78,73). Sum of RGB (Red+Green+Blue) = 115+78+73=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #734E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734E49 is #8CB1B6. Grayscale: #585858. Windows color (decimal): -9220535 or 4804211. OLE color: 4804211.

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

Color convert

RGB1157873-
CMYK00.320.370.55
HSL7.14º22.34%36.86%-
HSV(B)7.14º36.52%45.1%-
XYZ119.577.57-
YUV88.49119.26146.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 78 (30.86% from 255) = 29.32%
BLUE value IS 73 (28.91% from 255) = 27.44%
R=43.23%
G=29.32%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115787300.320.370.557.1422.3436.86
Hex734E49020253771625
Octal163116111040456772645
Binary111001110011101001001010000010010111011111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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