#734949

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

Shades of Buccaneer #734949

Tints of Buccaneer #734949

Color information

#734949 (or 0x734949) is unknown color: approx Buccaneer. HEX triplet: 73, 49 and 49. RGB value is (115,73,73). Sum of RGB (Red+Green+Blue) = 115+73+73=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #734949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734949 is #8CB6B6. Grayscale: #555555. Windows color (decimal): -9221815 or 4802931. OLE color: 4802931.

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

Color convert

RGB1157373-
CMYK00.370.370.55
HSL22.34%36.86%-
HSV(B)36.52%45.1%-
XYZ10.668.897.46-
YUV85.56120.91149-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 73 (28.91% from 255) = 27.97%
R=44.06%
G=27.97%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115737300.370.370.55022.3436.86
Hex734949025253701625
Octal163111111045456702645
Binary1110011100100110010010100101100101110111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734949; }

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

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

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

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

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

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

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

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