#71514D

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

Shades of Buccaneer #71514D

Tints of Buccaneer #71514D

Color information

#71514D (or 0x71514D) is unknown color: approx Buccaneer. HEX triplet: 71, 51 and 4D. RGB value is (113,81,77). Sum of RGB (Red+Green+Blue) = 113+81+77=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #71514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71514D is #8EAEB2. Grayscale: #5A5A5A. Windows color (decimal): -9350835 or 5067121. OLE color: 5067121.

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

Color convert

RGB1138177-
CMYK00.280.320.56
HSL6.67º18.95%37.25%-
HSV(B)6.67º31.86%44.31%-
XYZ11.099.938.35-
YUV90.11120.6144.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.70%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 77 (30.47% from 255) = 28.41%
R=41.70%
G=29.89%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113817700.280.320.566.6718.9537.25
Hex71514D01C203871325
Octal161121115034407072345
Binary11100011010001100110101110010000011100011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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