#715250

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

Shades of Buccaneer #715250

Tints of Buccaneer #715250

Color information

#715250 (or 0x715250) is unknown color: approx Buccaneer. HEX triplet: 71, 52 and 50. RGB value is (113,82,80). Sum of RGB (Red+Green+Blue) = 113+82+80=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #715250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715250 is #8EADAF. Grayscale: #5B5B5B. Windows color (decimal): -9350576 or 5263985. OLE color: 5263985.

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

Color convert

RGB1138280-
CMYK00.270.290.56
HSL3.64º17.1%37.84%-
HSV(B)3.64º29.2%44.31%-
XYZ11.2810.128.95-
YUV91.04121.77143.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=41.09%
G=29.82%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113828000.270.290.563.6417.137.84
Hex71525001B1D3841126
Octal161122120033357042146
Binary1110001101001010100000110111110111100010010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715250; }

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

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

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

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

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

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

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

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