#704844

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

Shades of Congo Brown #704844

Tints of Congo Brown #704844

Color information

#704844 (or 0x704844) is unknown color: approx Congo Brown. HEX triplet: 70, 48 and 44. RGB value is (112,72,68). Sum of RGB (Red+Green+Blue) = 112+72+68=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #704844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704844 is #8FB7BB. Grayscale: #535353. Windows color (decimal): -9418684 or 4474992. OLE color: 4474992.

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

Color convert

RGB1127268-
CMYK00.360.390.56
HSL5.45º24.44%35.29%-
HSV(B)5.45º39.29%43.92%-
XYZ10.048.56.58-
YUV83.5119.25148.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 68 (26.95% from 255) = 26.98%
R=44.44%
G=28.57%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112726800.360.390.565.4524.4435.29
Hex704844024273851823
Octal160110104044477053043
Binary111000010010001000100010010010011111100010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704844; }

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

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

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

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

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

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

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

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