#715954

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

Shades of Buccaneer #715954

Tints of Buccaneer #715954

Color information

#715954 (or 0x715954) is unknown color: approx Buccaneer. HEX triplet: 71, 59 and 54. RGB value is (113,89,84). Sum of RGB (Red+Green+Blue) = 113+89+84=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #715954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715954 is #8EA6AB. Grayscale: #5F5F5F. Windows color (decimal): -9348780 or 5527921. OLE color: 5527921.

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

Color convert

RGB1138984-
CMYK00.210.260.56
HSL10.34º14.72%38.63%-
HSV(B)10.34º25.66%44.31%-
XYZ11.9811.39.94-
YUV95.61121.45140.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.51%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 84 (33.20% from 255) = 29.37%
R=39.51%
G=31.12%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113898400.210.260.5610.3414.7238.63
Hex7159540151A38af27
Octal1611311240253270121747
Binary1110001101100110101000101011101011100010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715954; }

 p { color: rgb(113,89,84); }

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

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

 a { background-color: rgb(113,89,84); }

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

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

 span { border-color: rgb(113,89,84); }

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