#735049

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

Shades of Buccaneer #735049

Tints of Buccaneer #735049

Color information

#735049 (or 0x735049) is unknown color: approx Buccaneer. HEX triplet: 73, 50 and 49. RGB value is (115,80,73). Sum of RGB (Red+Green+Blue) = 115+80+73=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #735049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735049 is #8CAFB6. Grayscale: #595959. Windows color (decimal): -9220023 or 4804723. OLE color: 4804723.

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

Color convert

RGB1158073-
CMYK00.300.370.55
HSL10º22.34%36.86%-
HSV(B)10º36.52%45.1%-
XYZ11.149.867.62-
YUV89.67118.6146.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 73 (28.91% from 255) = 27.24%
R=42.91%
G=29.85%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115807300.300.370.551022.3436.86
Hex73504901E2537a1625
Octal1631201110364567122645
Binary111001110100001001001011110100101110111101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735049; }

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

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

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

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

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

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

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

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