#705049

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

Shades of Congo Brown #705049

Tints of Congo Brown #705049

Color information

#705049 (or 0x705049) is unknown color: approx Congo Brown. HEX triplet: 70, 50 and 49. RGB value is (112,80,73). Sum of RGB (Red+Green+Blue) = 112+80+73=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #705049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705049 is #8FAFB6. Grayscale: #585858. Windows color (decimal): -9416631 or 4804720. OLE color: 4804720.

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

Color convert

RGB1128073-
CMYK00.290.350.56
HSL10.77º21.08%36.27%-
HSV(B)10.77º34.82%43.92%-
XYZ10.759.667.6-
YUV88.77119.1144.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=42.26%
G=30.19%
B=27.55%

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
Decimal112807300.290.350.5610.7721.0836.27
Hex70504901D2338b1524
Octal1601201110354370132544
Binary111000010100001001001011101100011111000101110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705049; }

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

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

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

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

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

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

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

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