#715451

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

Shades of Buccaneer #715451

Tints of Buccaneer #715451

Color information

#715451 (or 0x715451) is unknown color: approx Buccaneer. HEX triplet: 71, 54 and 51. RGB value is (113,84,81). Sum of RGB (Red+Green+Blue) = 113+84+81=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #715451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715451 is #8EABAE. Grayscale: #5C5C5C. Windows color (decimal): -9350063 or 5330033. OLE color: 5330033.

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

Color convert

RGB1138481-
CMYK00.260.280.56
HSL5.63º16.49%38.04%-
HSV(B)5.63º28.32%44.31%-
XYZ11.4710.459.2-
YUV92.33121.61142.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 81 (32.03% from 255) = 29.14%
R=40.65%
G=30.22%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113848100.260.280.565.6316.4938.04
Hex71545101A1C3861026
Octal161124121032347062046
Binary1110001101010010100010110101110011100011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715451; }

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

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

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

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

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

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

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

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