#70504D

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

Shades of Buccaneer #70504D

Tints of Buccaneer #70504D

Color information

#70504D (or 0x70504D) is unknown color: approx Buccaneer. HEX triplet: 70, 50 and 4D. RGB value is (112,80,77). Sum of RGB (Red+Green+Blue) = 112+80+77=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #70504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70504D is #8FAFB2. Grayscale: #595959. Windows color (decimal): -9416627 or 5066864. OLE color: 5066864.

HSL color Cylindrical-coordinate representation of color #70504D: hue angle of 5.14º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70504D is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1128077-
CMYK00.290.310.56
HSL5.14º18.52%37.06%-
HSV(B)5.14º31.25%43.92%-
XYZ10.899.728.32-
YUV89.23121.1144.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 77 (30.47% from 255) = 28.62%
R=41.64%
G=29.74%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112807700.290.310.565.1418.5237.06
Hex70504D01D1F3851325
Octal160120115035377052345
Binary1110000101000010011010111011111111100010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70504D; }

 p { color: rgb(112,80,77); }

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

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

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

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

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

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

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