#704847

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

Shades of Buccaneer #704847

Tints of Buccaneer #704847

Color information

#704847 (or 0x704847) is unknown color: approx Buccaneer. HEX triplet: 70, 48 and 47. RGB value is (112,72,71). Sum of RGB (Red+Green+Blue) = 112+72+71=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #704847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704847 is #8FB7B8. Grayscale: #535353. Windows color (decimal): -9418681 or 4671600. OLE color: 4671600.

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

Color convert

RGB1127271-
CMYK00.360.370.56
HSL1.46º22.4%35.88%-
HSV(B)1.46º36.61%43.92%-
XYZ10.148.537.07-
YUV83.85120.75148.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 71 (28.12% from 255) = 27.84%
R=43.92%
G=28.24%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112727100.360.370.561.4622.435.88
Hex704847024253811624
Octal160110107044457012644
Binary1110000100100010001110100100100101111000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704847; }

 p { color: rgb(112,72,71); }

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

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

 a { background-color: rgb(112,72,71); }

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

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

 span { border-color: rgb(112,72,71); }

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