#704F49

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

Shades of Congo Brown #704F49

Tints of Congo Brown #704F49

Color information

#704F49 (or 0x704F49) is unknown color: approx Congo Brown. HEX triplet: 70, 4F and 49. RGB value is (112,79,73). Sum of RGB (Red+Green+Blue) = 112+79+73=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #704F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F49 is #8FB0B6. Grayscale: #585858. Windows color (decimal): -9416887 or 4804464. OLE color: 4804464.

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

Color convert

RGB1127973-
CMYK00.290.350.56
HSL9.23º21.08%36.27%-
HSV(B)9.23º34.82%43.92%-
XYZ10.689.527.58-
YUV88.18119.43144.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.42%
GREEN value IS 79 (31.25% from 255) = 29.92%
BLUE value IS 73 (28.91% from 255) = 27.65%
R=42.42%
G=29.92%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112797300.290.350.569.2321.0836.27
Hex704F4901D233891524
Octal1601171110354370112544
Binary111000010011111001001011101100011111000100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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