#715855

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

Shades of Buccaneer #715855

Tints of Buccaneer #715855

Color information

#715855 (or 0x715855) is unknown color: approx Buccaneer. HEX triplet: 71, 58 and 55. RGB value is (113,88,85). Sum of RGB (Red+Green+Blue) = 113+88+85=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #715855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715855 is #8EA7AA. Grayscale: #5F5F5F. Windows color (decimal): -9349035 or 5593201. OLE color: 5593201.

HSL color Cylindrical-coordinate representation of color #715855: hue angle of 6.43º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #715855 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB1138885-
CMYK00.220.250.56
HSL6.43º14.14%38.82%-
HSV(B)6.43º24.78%44.31%-
XYZ11.9411.1510.12-
YUV95.13122.28140.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.51%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 85 (33.59% from 255) = 29.72%
R=39.51%
G=30.77%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113888500.220.250.566.4314.1438.82
Hex71585501619386e27
Octal161130125026317061647
Binary111000110110001010101010110110011110001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715855; }

 p { color: rgb(113,88,85); }

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

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

 a { background-color: rgb(113,88,85); }

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

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

 span { border-color: rgb(113,88,85); }

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