#70514C

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

Shades of Buccaneer #70514C

Tints of Buccaneer #70514C

Color information

#70514C (or 0x70514C) is unknown color: approx Buccaneer. HEX triplet: 70, 51 and 4C. RGB value is (112,81,76). Sum of RGB (Red+Green+Blue) = 112+81+76=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #70514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70514C is #8FAEB3. Grayscale: #595959. Windows color (decimal): -9416372 or 5001584. OLE color: 5001584.

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

Color convert

RGB1128176-
CMYK00.280.320.56
HSL8.33º19.15%36.86%-
HSV(B)8.33º32.14%43.92%-
XYZ10.939.858.16-
YUV89.7120.27143.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 81 (32.03% from 255) = 30.11%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=41.64%
G=30.11%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112817600.280.320.568.3319.1536.86
Hex70514C01C203881325
Octal1601211140344070102345
Binary111000010100011001100011100100000111000100010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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