#735150

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

Shades of Buccaneer #735150

Tints of Buccaneer #735150

Color information

#735150 (or 0x735150) is unknown color: approx Buccaneer. HEX triplet: 73, 51 and 50. RGB value is (115,81,80). Sum of RGB (Red+Green+Blue) = 115+81+80=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #735150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735150 is #8CAEAF. Grayscale: #5B5B5B. Windows color (decimal): -9219760 or 5263731. OLE color: 5263731.

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

Color convert

RGB1158180-
CMYK00.300.300.55
HSL1.71º17.95%38.24%-
HSV(B)1.71º30.43%45.1%-
XYZ11.4610.118.94-
YUV91.05121.76145.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.67%
GREEN value IS 81 (32.03% from 255) = 29.35%
BLUE value IS 80 (31.64% from 255) = 28.99%
R=41.67%
G=29.35%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115818000.300.300.551.7117.9538.24
Hex73515001E1E3721226
Octal163121120036366722246
Binary111001110100011010000011110111101101111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735150; }

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

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

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

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

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

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

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

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