#735552

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

Shades of Buccaneer #735552

Tints of Buccaneer #735552

Color information

#735552 (or 0x735552) is unknown color: approx Buccaneer. HEX triplet: 73, 55 and 52. RGB value is (115,85,82). Sum of RGB (Red+Green+Blue) = 115+85+82=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #735552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735552 is #8CAAAD. Grayscale: #5D5D5D. Windows color (decimal): -9218734 or 5395827. OLE color: 5395827.

HSL color Cylindrical-coordinate representation of color #735552: hue angle of 5.45º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #735552 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1158582-
CMYK00.260.290.55
HSL5.45º16.75%38.63%-
HSV(B)5.45º28.7%45.1%-
XYZ11.8410.759.43-
YUV93.63121.44143.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.78%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 82 (32.42% from 255) = 29.08%
R=40.78%
G=30.14%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115858200.260.290.555.4516.7538.63
Hex73555201A1D3751127
Octal163125122032356752147
Binary1110011101010110100100110101110111011110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735552; }

 p { color: rgb(115,85,82); }

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

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

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

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

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

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

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