#70524E

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

Shades of Buccaneer #70524E

Tints of Buccaneer #70524E

Color information

#70524E (or 0x70524E) is unknown color: approx Buccaneer. HEX triplet: 70, 52 and 4E. RGB value is (112,82,78). Sum of RGB (Red+Green+Blue) = 112+82+78=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70524E is #8FADB1. Grayscale: #5A5A5A. Windows color (decimal): -9416114 or 5132912. OLE color: 5132912.

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

Color convert

RGB1128278-
CMYK00.270.300.56
HSL7.06º17.89%37.25%-
HSV(B)7.06º30.36%43.92%-
XYZ11.0710.038.56-
YUV90.51120.94143.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.18%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=41.18%
G=30.15%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112827800.270.300.567.0617.8937.25
Hex70524E01B1E3871225
Octal160122116033367072245
Binary1110000101001010011100110111111011100011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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