#715554

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

Shades of Buccaneer #715554

Tints of Buccaneer #715554

Color information

#715554 (or 0x715554) is unknown color: approx Buccaneer. HEX triplet: 71, 55 and 54. RGB value is (113,85,84). Sum of RGB (Red+Green+Blue) = 113+85+84=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #715554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715554 is #8EAAAB. Grayscale: #5D5D5D. Windows color (decimal): -9349804 or 5526897. OLE color: 5526897.

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

Color convert

RGB1138584-
CMYK00.250.260.56
HSL2.07º14.72%38.63%-
HSV(B)2.07º25.66%44.31%-
XYZ11.6610.659.83-
YUV93.26122.78142.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.07%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 84 (33.20% from 255) = 29.79%
R=40.07%
G=30.14%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113858400.250.260.562.0714.7238.63
Hex7155540191A382f27
Octal161125124031327021747
Binary11100011010101101010001100111010111000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715554; }

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

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

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

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

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

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

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

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