#704C4A

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

Shades of Buccaneer #704C4A

Tints of Buccaneer #704C4A

Color information

#704C4A (or 0x704C4A) is unknown color: approx Buccaneer. HEX triplet: 70, 4C and 4A. RGB value is (112,76,74). Sum of RGB (Red+Green+Blue) = 112+76+74=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #704C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C4A is #8FB3B5. Grayscale: #565656. Windows color (decimal): -9417654 or 4869232. OLE color: 4869232.

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

Color convert

RGB1127674-
CMYK00.320.340.56
HSL3.16º20.43%36.47%-
HSV(B)3.16º33.93%43.92%-
XYZ10.59.117.68-
YUV86.54120.93146.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.75%
GREEN value IS 76 (30.08% from 255) = 29.01%
BLUE value IS 74 (29.30% from 255) = 28.24%
R=42.75%
G=29.01%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112767400.320.340.563.1620.4336.47
Hex704C4A020223831424
Octal160114112040427032444
Binary11100001001100100101001000001000101110001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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