#704F47

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

Shades of Congo Brown #704F47

Tints of Congo Brown #704F47

Color information

#704F47 (or 0x704F47) is unknown color: approx Congo Brown. HEX triplet: 70, 4F and 47. RGB value is (112,79,71). Sum of RGB (Red+Green+Blue) = 112+79+71=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #704F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F47 is #8FB0B8. Grayscale: #585858. Windows color (decimal): -9416889 or 4673392. OLE color: 4673392.

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

Color convert

RGB1127971-
CMYK00.290.370.56
HSL11.71º22.4%35.88%-
HSV(B)11.71º36.61%43.92%-
XYZ10.629.497.23-
YUV87.95118.43145.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.75%
GREEN value IS 79 (31.25% from 255) = 30.15%
BLUE value IS 71 (28.12% from 255) = 27.10%
R=42.75%
G=30.15%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112797100.290.370.5611.7122.435.88
Hex704F4701D2538c1624
Octal1601171070354570142644
Binary111000010011111000111011101100101111000110010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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