#735955

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

Shades of Buccaneer #735955

Tints of Buccaneer #735955

Color information

#735955 (or 0x735955) is unknown color: approx Buccaneer. HEX triplet: 73, 59 and 55. RGB value is (115,89,85). Sum of RGB (Red+Green+Blue) = 115+89+85=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 115 - color contains mainly: red. Hex color #735955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735955 is #8CA6AA. Grayscale: #606060. Windows color (decimal): -9217707 or 5593459. OLE color: 5593459.

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

Color convert

RGB1158985-
CMYK00.230.260.55
HSL15%39.22%-
HSV(B)26.09%45.1%-
XYZ12.2811.4510.16-
YUV96.32121.61141.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.79%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 85 (33.59% from 255) = 29.41%
R=39.79%
G=30.80%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115898500.230.260.5581539.22
Hex7359550171A378f27
Octal1631311250273267101747
Binary1110011101100110101010101111101011011110001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735955; }

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

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

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

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

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

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

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

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