#735652

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

Shades of Buccaneer #735652

Tints of Buccaneer #735652

Color information

#735652 (or 0x735652) is unknown color: approx Buccaneer. HEX triplet: 73, 56 and 52. RGB value is (115,86,82). Sum of RGB (Red+Green+Blue) = 115+86+82=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #735652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735652 is #8CA9AD. Grayscale: #5E5E5E. Windows color (decimal): -9218478 or 5396083. OLE color: 5396083.

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

Color convert

RGB1158682-
CMYK00.250.290.55
HSL7.27º16.75%38.63%-
HSV(B)7.27º28.7%45.1%-
XYZ11.9210.919.46-
YUV94.21121.11142.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.64%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=40.64%
G=30.39%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115868200.250.290.557.2716.7538.63
Hex7356520191D3771127
Octal163126122031356772147
Binary1110011101011010100100110011110111011111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735652; }

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

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

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

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

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

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

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

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