#704845

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

Shades of Congo Brown #704845

Tints of Congo Brown #704845

Color information

#704845 (or 0x704845) is unknown color: approx Congo Brown. HEX triplet: 70, 48 and 45. RGB value is (112,72,69). Sum of RGB (Red+Green+Blue) = 112+72+69=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #704845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704845 is #8FB7BA. Grayscale: #535353. Windows color (decimal): -9418683 or 4540528. OLE color: 4540528.

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

Color convert

RGB1127269-
CMYK00.360.380.56
HSL4.19º23.76%35.49%-
HSV(B)4.19º38.39%43.92%-
XYZ10.078.516.74-
YUV83.62119.75148.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 69 (27.34% from 255) = 27.27%
R=44.27%
G=28.46%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112726900.360.380.564.1923.7635.49
Hex704845024263841823
Octal160110105044467043043
Binary111000010010001000101010010010011011100010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704845; }

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

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

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

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

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

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

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

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