#715652

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

Shades of Buccaneer #715652

Tints of Buccaneer #715652

Color information

#715652 (or 0x715652) is unknown color: approx Buccaneer. HEX triplet: 71, 56 and 52. RGB value is (113,86,82). Sum of RGB (Red+Green+Blue) = 113+86+82=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #715652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715652 is #8EA9AD. Grayscale: #5D5D5D. Windows color (decimal): -9349550 or 5396081. OLE color: 5396081.

HSL color Cylindrical-coordinate representation of color #715652: hue angle of 7.74º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #715652 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1138682-
CMYK00.240.270.56
HSL7.74º15.9%38.24%-
HSV(B)7.74º27.43%44.31%-
XYZ11.6610.789.45-
YUV93.62121.45141.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.21%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 82 (32.42% from 255) = 29.18%
R=40.21%
G=30.60%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113868200.240.270.567.7415.938.24
Hex7156520181B3881026
Octal1611261220303370102046
Binary11100011010110101001001100011011111000100010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715652; }

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

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

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

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

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

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

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

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