#734B49

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

Shades of Buccaneer #734B49

Tints of Buccaneer #734B49

Color information

#734B49 (or 0x734B49) is unknown color: approx Buccaneer. HEX triplet: 73, 4B and 49. RGB value is (115,75,73). Sum of RGB (Red+Green+Blue) = 115+75+73=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #734B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B49 is #8CB4B6. Grayscale: #565656. Windows color (decimal): -9221303 or 4803443. OLE color: 4803443.

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

Color convert

RGB1157573-
CMYK00.350.370.55
HSL2.86º22.34%36.86%-
HSV(B)2.86º36.52%45.1%-
XYZ10.799.167.5-
YUV86.73120.25148.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 75 (29.69% from 255) = 28.52%
BLUE value IS 73 (28.91% from 255) = 27.76%
R=43.73%
G=28.52%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115757300.350.370.552.8622.3436.86
Hex734B49023253731625
Octal163113111043456732645
Binary11100111001011100100101000111001011101111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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