#735651

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

Shades of Buccaneer #735651

Tints of Buccaneer #735651

Color information

#735651 (or 0x735651) is unknown color: approx Buccaneer. HEX triplet: 73, 56 and 51. RGB value is (115,86,81). Sum of RGB (Red+Green+Blue) = 115+86+81=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #735651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735651 is #8CA9AE. Grayscale: #5E5E5E. Windows color (decimal): -9218479 or 5330547. OLE color: 5330547.

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

Color convert

RGB1158681-
CMYK00.250.300.55
HSL8.82º17.35%38.43%-
HSV(B)8.82º29.57%45.1%-
XYZ11.8810.899.26-
YUV94.1120.61142.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.78%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 81 (32.03% from 255) = 28.72%
R=40.78%
G=30.50%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115868100.250.300.558.8217.3538.43
Hex7356510191E3791126
Octal1631261210313667112146
Binary11100111010110101000101100111110110111100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735651; }

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

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

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

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

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

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

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

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