#705249

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

Shades of Congo Brown #705249

Tints of Congo Brown #705249

Color information

#705249 (or 0x705249) is unknown color: approx Congo Brown. HEX triplet: 70, 52 and 49. RGB value is (112,82,73). Sum of RGB (Red+Green+Blue) = 112+82+73=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #705249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705249 is #8FADB6. Grayscale: #5A5A5A. Windows color (decimal): -9416119 or 4805232. OLE color: 4805232.

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

Color convert

RGB1128273-
CMYK00.270.350.56
HSL13.85º21.08%36.27%-
HSV(B)13.85º34.82%43.92%-
XYZ10.99.967.65-
YUV89.94118.44143.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 73 (28.91% from 255) = 27.34%
R=41.95%
G=30.71%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112827300.270.350.5613.8521.0836.27
Hex70524901B2338e1524
Octal1601221110334370162544
Binary111000010100101001001011011100011111000111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705249; }

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

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

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

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

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

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

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

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