#715050

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

Shades of Buccaneer #715050

Tints of Buccaneer #715050

Color information

#715050 (or 0x715050) is unknown color: approx Buccaneer. HEX triplet: 71, 50 and 50. RGB value is (113,80,80). Sum of RGB (Red+Green+Blue) = 113+80+80=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #715050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715050 is #8EAFAF. Grayscale: #595959. Windows color (decimal): -9351088 or 5263473. OLE color: 5263473.

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

Color convert

RGB1138080-
CMYK00.290.290.56
HSL17.1%37.84%-
HSV(B)29.2%44.31%-
XYZ11.139.838.9-
YUV89.87122.43144.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.39%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 80 (31.64% from 255) = 29.30%
R=41.39%
G=29.30%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113808000.290.290.56017.137.84
Hex71505001D1D3801126
Octal161120120035357002146
Binary11100011010000101000001110111101111000010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715050; }

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

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

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

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

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

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

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

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