#715450

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

Shades of Buccaneer #715450

Tints of Buccaneer #715450

Color information

#715450 (or 0x715450) is unknown color: approx Buccaneer. HEX triplet: 71, 54 and 50. RGB value is (113,84,80). Sum of RGB (Red+Green+Blue) = 113+84+80=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #715450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715450 is #8EABAF. Grayscale: #5C5C5C. Windows color (decimal): -9350064 or 5264497. OLE color: 5264497.

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

Color convert

RGB1138480-
CMYK00.260.290.56
HSL7.27º17.1%37.84%-
HSV(B)7.27º29.2%44.31%-
XYZ11.4310.439-
YUV92.22121.11142.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.79%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 80 (31.64% from 255) = 28.88%
R=40.79%
G=30.32%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113848000.260.290.567.2717.137.84
Hex71545001A1D3871126
Octal161124120032357072146
Binary1110001101010010100000110101110111100011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715450; }

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

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

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

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

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

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

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

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