#735353

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

Shades of Buccaneer #735353

Tints of Buccaneer #735353

Color information

#735353 (or 0x735353) is unknown color: approx Buccaneer. HEX triplet: 73, 53 and 53. RGB value is (115,83,83). Sum of RGB (Red+Green+Blue) = 115+83+83=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #735353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735353 is #8CACAC. Grayscale: #5C5C5C. Windows color (decimal): -9219245 or 5460851. OLE color: 5460851.

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

Color convert

RGB1158383-
CMYK00.280.280.55
HSL16.16%38.82%-
HSV(B)27.83%45.1%-
XYZ11.7210.469.58-
YUV92.57122.6144-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.93%
GREEN value IS 83 (32.81% from 255) = 29.54%
BLUE value IS 83 (32.81% from 255) = 29.54%
R=40.93%
G=29.54%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115838300.280.280.55016.1638.82
Hex73535301C1C3701027
Octal163123123034346702047
Binary11100111010011101001101110011100110111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735353; }

 p { color: rgb(115,83,83); }

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

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

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

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

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

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

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