#715552

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

Shades of Buccaneer #715552

Tints of Buccaneer #715552

Color information

#715552 (or 0x715552) is unknown color: approx Buccaneer. HEX triplet: 71, 55 and 52. RGB value is (113,85,82). Sum of RGB (Red+Green+Blue) = 113+85+82=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #715552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715552 is #8EAAAD. Grayscale: #5D5D5D. Windows color (decimal): -9349806 or 5395825. OLE color: 5395825.

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

Color convert

RGB1138582-
CMYK00.250.270.56
HSL5.81º15.9%38.24%-
HSV(B)5.81º27.43%44.31%-
XYZ11.5810.629.42-
YUV93.03121.78142.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 82 (32.42% from 255) = 29.29%
R=40.36%
G=30.36%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113858200.250.270.565.8115.938.24
Hex7155520191B3861026
Octal161125122031337062046
Binary1110001101010110100100110011101111100011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715552; }

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

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

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

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

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

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

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

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