#70504C

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

Shades of Buccaneer #70504C

Tints of Buccaneer #70504C

Color information

#70504C (or 0x70504C) is unknown color: approx Buccaneer. HEX triplet: 70, 50 and 4C. RGB value is (112,80,76). Sum of RGB (Red+Green+Blue) = 112+80+76=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #70504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70504C is #8FAFB3. Grayscale: #595959. Windows color (decimal): -9416628 or 5001328. OLE color: 5001328.

HSL color Cylindrical-coordinate representation of color #70504C: hue angle of 6.67º 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 #70504C is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1128076-
CMYK00.290.320.56
HSL6.67º19.15%36.86%-
HSV(B)6.67º32.14%43.92%-
XYZ10.869.78.14-
YUV89.11120.6144.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 76 (30.08% from 255) = 28.36%
R=41.79%
G=29.85%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112807600.290.320.566.6719.1536.86
Hex70504C01D203871325
Octal160120114035407072345
Binary11100001010000100110001110110000011100011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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