#70514E

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

Shades of Buccaneer #70514E

Tints of Buccaneer #70514E

Color information

#70514E (or 0x70514E) is unknown color: approx Buccaneer. HEX triplet: 70, 51 and 4E. RGB value is (112,81,78). Sum of RGB (Red+Green+Blue) = 112+81+78=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #70514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70514E is #8FAEB1. Grayscale: #595959. Windows color (decimal): -9416370 or 5132656. OLE color: 5132656.

HSL color Cylindrical-coordinate representation of color #70514E: hue angle of 5.29º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70514E is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1128178-
CMYK00.280.300.56
HSL5.29º17.89%37.25%-
HSV(B)5.29º30.36%43.92%-
XYZ119.888.53-
YUV89.93121.27143.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 78 (30.86% from 255) = 28.78%
R=41.33%
G=29.89%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112817800.280.300.565.2917.8937.25
Hex70514E01C1E3851225
Octal160121116034367052245
Binary1110000101000110011100111001111011100010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70514E; }

 p { color: rgb(112,81,78); }

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

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

 a { background-color: rgb(112,81,78); }

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

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

 span { border-color: rgb(112,81,78); }

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