#71514E

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

Shades of Buccaneer #71514E

Tints of Buccaneer #71514E

Color information

#71514E (or 0x71514E) is unknown color: approx Buccaneer. HEX triplet: 71, 51 and 4E. RGB value is (113,81,78). Sum of RGB (Red+Green+Blue) = 113+81+78=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #71514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71514E is #8EAEB1. Grayscale: #5A5A5A. Windows color (decimal): -9350834 or 5132657. OLE color: 5132657.

HSL color Cylindrical-coordinate representation of color #71514E: hue angle of 5.14º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71514E is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1138178-
CMYK00.280.310.56
HSL5.14º18.32%37.45%-
HSV(B)5.14º30.97%44.31%-
XYZ11.139.958.54-
YUV90.23121.1144.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.54%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=41.54%
G=29.78%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113817800.280.310.565.1418.3237.45
Hex71514E01C1F3851225
Octal161121116034377052245
Binary1110001101000110011100111001111111100010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71514E; }

 p { color: rgb(113,81,78); }

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

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

 a { background-color: rgb(113,81,78); }

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

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

 span { border-color: rgb(113,81,78); }

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