#735655

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

Shades of Buccaneer #735655

Tints of Buccaneer #735655

Color information

#735655 (or 0x735655) is unknown color: approx Buccaneer. HEX triplet: 73, 56 and 55. RGB value is (115,86,85). Sum of RGB (Red+Green+Blue) = 115+86+85=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #735655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735655 is #8CA9AA. Grayscale: #5E5E5E. Windows color (decimal): -9218475 or 5592691. OLE color: 5592691.

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

Color convert

RGB1158685-
CMYK00.250.260.55
HSL15%39.22%-
HSV(B)26.09%45.1%-
XYZ12.0410.9610.07-
YUV94.56122.61142.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.21%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 85 (33.59% from 255) = 29.72%
R=40.21%
G=30.07%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115868500.250.260.5521539.22
Hex7356550191A372f27
Octal163126125031326721747
Binary11100111010110101010101100111010110111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735655; }

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

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

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

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

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

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

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

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