#715750

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

Shades of Buccaneer #715750

Tints of Buccaneer #715750

Color information

#715750 (or 0x715750) is unknown color: approx Buccaneer. HEX triplet: 71, 57 and 50. RGB value is (113,87,80). Sum of RGB (Red+Green+Blue) = 113+87+80=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #715750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715750 is #8EA8AF. Grayscale: #5E5E5E. Windows color (decimal): -9349296 or 5265265. OLE color: 5265265.

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

Color convert

RGB1138780-
CMYK00.230.290.56
HSL12.73º17.1%37.84%-
HSV(B)12.73º29.2%44.31%-
XYZ11.6710.919.08-
YUV93.98120.11141.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 87 (34.38% from 255) = 31.07%
BLUE value IS 80 (31.64% from 255) = 28.57%
R=40.36%
G=31.07%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113878000.230.290.5612.7317.137.84
Hex7157500171D38d1126
Octal1611271200273570152146
Binary11100011010111101000001011111101111000110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715750; }

 p { color: rgb(113,87,80); }

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

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

 a { background-color: rgb(113,87,80); }

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

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

 span { border-color: rgb(113,87,80); }

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