#735151

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

Shades of Buccaneer #735151

Tints of Buccaneer #735151

Color information

#735151 (or 0x735151) is unknown color: approx Buccaneer. HEX triplet: 73, 51 and 51. RGB value is (115,81,81). Sum of RGB (Red+Green+Blue) = 115+81+81=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #735151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735151 is #8CAEAE. Grayscale: #5B5B5B. Windows color (decimal): -9219759 or 5329267. OLE color: 5329267.

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

Color convert

RGB1158181-
CMYK00.300.300.55
HSL17.35%38.43%-
HSV(B)29.57%45.1%-
XYZ11.510.129.13-
YUV91.17122.26145-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 81 (32.03% from 255) = 29.24%
R=41.52%
G=29.24%
B=29.24%

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
Decimal115818100.300.300.55017.3538.43
Hex73515101E1E3701126
Octal163121121036366702146
Binary11100111010001101000101111011110110111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735151; }

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

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

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

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

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

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

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

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