#704846

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

Shades of Buccaneer #704846

Tints of Buccaneer #704846

Color information

#704846 (or 0x704846) is unknown color: approx Buccaneer. HEX triplet: 70, 48 and 46. RGB value is (112,72,70). Sum of RGB (Red+Green+Blue) = 112+72+70=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #704846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704846 is #8FB7B9. Grayscale: #535353. Windows color (decimal): -9418682 or 4606064. OLE color: 4606064.

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

Color convert

RGB1127270-
CMYK00.360.380.56
HSL2.86º23.08%35.69%-
HSV(B)2.86º37.5%43.92%-
XYZ10.18.526.91-
YUV83.73120.25148.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.09%
GREEN value IS 72 (28.52% from 255) = 28.35%
BLUE value IS 70 (27.73% from 255) = 27.56%
R=44.09%
G=28.35%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112727000.360.380.562.8623.0835.69
Hex704846024263831724
Octal160110106044467032744
Binary11100001001000100011001001001001101110001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704846; }

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

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

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

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

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

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

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

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