#704F48

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

Shades of Congo Brown #704F48

Tints of Congo Brown #704F48

Color information

#704F48 (or 0x704F48) is unknown color: approx Congo Brown. HEX triplet: 70, 4F and 48. RGB value is (112,79,72). Sum of RGB (Red+Green+Blue) = 112+79+72=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #704F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F48 is #8FB0B7. Grayscale: #585858. Windows color (decimal): -9416888 or 4738928. OLE color: 4738928.

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

Color convert

RGB1127972-
CMYK00.290.360.56
HSL10.5º21.74%36.08%-
HSV(B)10.5º35.71%43.92%-
XYZ10.659.57.4-
YUV88.07118.93145.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 79 (31.25% from 255) = 30.04%
BLUE value IS 72 (28.52% from 255) = 27.38%
R=42.59%
G=30.04%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112797200.290.360.5610.521.7436.08
Hex704F4801D2438b1624
Octal1601171100354470132644
Binary111000010011111001000011101100100111000101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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