#70534E

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

Shades of Buccaneer #70534E

Tints of Buccaneer #70534E

Color information

#70534E (or 0x70534E) is unknown color: approx Buccaneer. HEX triplet: 70, 53 and 4E. RGB value is (112,83,78). Sum of RGB (Red+Green+Blue) = 112+83+78=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70534E is #8FACB1. Grayscale: #5B5B5B. Windows color (decimal): -9415858 or 5133168. OLE color: 5133168.

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

Color convert

RGB1128378-
CMYK00.260.300.56
HSL8.82º17.89%37.25%-
HSV(B)8.82º30.36%43.92%-
XYZ11.1510.188.59-
YUV91.1120.61142.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=41.03%
G=30.40%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112837800.260.300.568.8217.8937.25
Hex70534E01A1E3891225
Octal1601231160323670112245
Binary11100001010011100111001101011110111000100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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