#704F4E

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

Shades of Buccaneer #704F4E

Tints of Buccaneer #704F4E

Color information

#704F4E (or 0x704F4E) is unknown color: approx Buccaneer. HEX triplet: 70, 4F and 4E. RGB value is (112,79,78). Sum of RGB (Red+Green+Blue) = 112+79+78=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #704F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F4E is #8FB0B1. Grayscale: #585858. Windows color (decimal): -9416882 or 5132144. OLE color: 5132144.

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

Color convert

RGB1127978-
CMYK00.290.300.56
HSL1.76º17.89%37.25%-
HSV(B)1.76º30.36%43.92%-
XYZ10.859.598.49-
YUV88.75121.93144.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 79 (31.25% from 255) = 29.37%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=41.64%
G=29.37%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112797800.290.300.561.7617.8937.25
Hex704F4E01D1E3821225
Octal160117116035367022245
Binary111000010011111001110011101111101110001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704F4E; }

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

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

<style>
 a { background-color: #704F4E; }

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

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

<style>
 span { border-color: #704F4E; }

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

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