#735550

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

Shades of Buccaneer #735550

Tints of Buccaneer #735550

Color information

#735550 (or 0x735550) is unknown color: approx Buccaneer. HEX triplet: 73, 55 and 50. RGB value is (115,85,80). Sum of RGB (Red+Green+Blue) = 115+85+80=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #735550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735550 is #8CAAAF. Grayscale: #5D5D5D. Windows color (decimal): -9218736 or 5264755. OLE color: 5264755.

HSL color Cylindrical-coordinate representation of color #735550: hue angle of 8.57º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735550 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1158580-
CMYK00.260.300.55
HSL8.57º17.95%38.24%-
HSV(B)8.57º30.43%45.1%-
XYZ11.7710.729.04-
YUV93.4120.44143.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.07%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 80 (31.64% from 255) = 28.57%
R=41.07%
G=30.36%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115858000.260.300.558.5717.9538.24
Hex73555001A1E3791226
Octal1631251200323667112246
Binary11100111010101101000001101011110110111100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735550; }

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

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

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

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

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

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

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

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