#715452

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

Shades of Buccaneer #715452

Tints of Buccaneer #715452

Color information

#715452 (or 0x715452) is unknown color: approx Buccaneer. HEX triplet: 71, 54 and 52. RGB value is (113,84,82). Sum of RGB (Red+Green+Blue) = 113+84+82=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #715452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715452 is #8EABAD. Grayscale: #5C5C5C. Windows color (decimal): -9350062 or 5395569. OLE color: 5395569.

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

Color convert

RGB1138482-
CMYK00.260.270.56
HSL3.87º15.9%38.24%-
HSV(B)3.87º27.43%44.31%-
XYZ11.510.469.4-
YUV92.44122.11142.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=40.50%
G=30.11%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113848200.260.270.563.8715.938.24
Hex71545201A1B3841026
Octal161124122032337042046
Binary1110001101010010100100110101101111100010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715452; }

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

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

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

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

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

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

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

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