#715551

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

Shades of Buccaneer #715551

Tints of Buccaneer #715551

Color information

#715551 (or 0x715551) is unknown color: approx Buccaneer. HEX triplet: 71, 55 and 51. RGB value is (113,85,81). Sum of RGB (Red+Green+Blue) = 113+85+81=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #715551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715551 is #8EAAAE. Grayscale: #5C5C5C. Windows color (decimal): -9349807 or 5330289. OLE color: 5330289.

HSL color Cylindrical-coordinate representation of color #715551: hue angle of 7.5º 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 #715551 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1138581-
CMYK00.250.280.56
HSL7.5º16.49%38.04%-
HSV(B)7.5º28.32%44.31%-
XYZ11.5410.69.22-
YUV92.92121.28142.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=40.50%
G=30.47%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113858100.250.280.567.516.4938.04
Hex7155510191C3881026
Octal1611251210313470102046
Binary11100011010101101000101100111100111000100010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715551; }

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

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

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

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

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

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

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

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