#704A49

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

Shades of Buccaneer #704A49

Tints of Buccaneer #704A49

Color information

#704A49 (or 0x704A49) is unknown color: approx Buccaneer. HEX triplet: 70, 4A and 49. RGB value is (112,74,73). Sum of RGB (Red+Green+Blue) = 112+74+73=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #704A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A49 is #8FB5B6. Grayscale: #555555. Windows color (decimal): -9418167 or 4803184. OLE color: 4803184.

HSL color Cylindrical-coordinate representation of color #704A49: hue angle of 1.54º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #704A49 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1127473-
CMYK00.340.350.56
HSL1.54º21.08%36.27%-
HSV(B)1.54º34.82%43.92%-
XYZ10.338.827.46-
YUV85.25121.09147.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 74 (29.30% from 255) = 28.57%
BLUE value IS 73 (28.91% from 255) = 28.19%
R=43.24%
G=28.57%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112747300.340.350.561.5421.0836.27
Hex704A49022233821524
Octal160112111042437022544
Binary11100001001010100100101000101000111110001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,74,73); }

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

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

 a { background-color: rgb(112,74,73); }

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

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

 span { border-color: rgb(112,74,73); }

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