#70534D

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

Shades of Buccaneer #70534D

Tints of Buccaneer #70534D

Color information

#70534D (or 0x70534D) is unknown color: approx Buccaneer. HEX triplet: 70, 53 and 4D. RGB value is (112,83,77). Sum of RGB (Red+Green+Blue) = 112+83+77=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70534D is #8FACB2. Grayscale: #5B5B5B. Windows color (decimal): -9415859 or 5067632. OLE color: 5067632.

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

Color convert

RGB1128377-
CMYK00.260.310.56
HSL10.29º18.52%37.06%-
HSV(B)10.29º31.25%43.92%-
XYZ11.1110.178.4-
YUV90.99120.11142.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.18%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=41.18%
G=30.51%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112837700.260.310.5610.2918.5237.06
Hex70534D01A1F38a1325
Octal1601231150323770122345
Binary11100001010011100110101101011111111000101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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