Html Css Color HEX #704844 Congo Brown

📋 copy color: '#704844'

red 112 ◦ green 72 ◦ blue 68

#704844
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Congo Brown #704844

Tints of Congo Brown #704844

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 value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#704844 (or 0x704844) is known color: 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

RGB 112 72 68 -
CMYK 0 0.36 0.39 0.56
HSL 5.45º 0.24% 0.35% -
HSV(B) 5.45º 0.39% 0.44% -
XYZ 10.04 8.5 6.58 -
YUV 83.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 112 72 68 0 0.36 0.39 0.56 5.45 0.24 0.35
Hex 70 48 44 0 24 27 38 5 18 23
Octal 160 110 104 0 44 47 70 5 30 43
Binary 1110000 1001000 1000100 0 100100 100111 111000 101 11000 100011

Color Harmonies of #704844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704844

Black with #704844

Text Example


Text Example

White with #704844

Text Example


Text Example

HTML Codes & Css Web 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>