#715853

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

Shades of Buccaneer #715853

Tints of Buccaneer #715853

Color information

#715853 (or 0x715853) is unknown color: approx Buccaneer. HEX triplet: 71, 58 and 53. RGB value is (113,88,83). Sum of RGB (Red+Green+Blue) = 113+88+83=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #715853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715853 is #8EA7AC. Grayscale: #5E5E5E. Windows color (decimal): -9349037 or 5462129. OLE color: 5462129.

HSL color Cylindrical-coordinate representation of color #715853: hue angle of 10º degrees, saturation: 0.15, 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 #715853 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1138883-
CMYK00.220.270.56
HSL10º15.31%38.43%-
HSV(B)10º26.55%44.31%-
XYZ11.8611.119.7-
YUV94.9121.28140.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.79%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 83 (32.81% from 255) = 29.23%
R=39.79%
G=30.99%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113888300.220.270.561015.3138.43
Hex7158530161B38af26
Octal1611301230263370121746
Binary1110001101100010100110101101101111100010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715853; }

 p { color: rgb(113,88,83); }

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

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

 a { background-color: rgb(113,88,83); }

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

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

 span { border-color: rgb(113,88,83); }

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