Html Css Color HEX #704F49 Congo Brown

📋 copy color: '#704F49'

red 112 ◦ green 79 ◦ blue 73

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

Shades of Congo Brown #704F49

Tints of Congo Brown #704F49

RGB

 RED value IS 112 (44.14% from 255) = 42.42%

 GREEN value IS 79 (31.25% from 255) = 29.92%

 BLUE value IS 73 (28.91% from 255) = 27.65%

R = 42.42%
G = 29.92%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#704F49 (or 0x704F49) is known color: Congo Brown. HEX triplet: 70, 4F and 49. RGB value is (112,79,73). Sum of RGB (Red+Green+Blue) = 112+79+73=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #704F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F49 is #8FB0B6. Grayscale: #585858. Windows color (decimal): -9416887 or 4804464. OLE color: 4804464.

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

Color convert

RGB 112 79 73 -
CMYK 0 0.29 0.35 0.56
HSL 9.23º 0.21% 0.36% -
HSV(B) 9.23º 0.35% 0.44% -
XYZ 10.68 9.52 7.58 -
YUV 88.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 112 79 73 0 0.29 0.35 0.56 9.23 0.21 0.36
Hex 70 4F 49 0 1D 23 38 9 15 24
Octal 160 117 111 0 35 43 70 11 25 44
Binary 1110000 1001111 1001001 0 11101 100011 111000 1001 10101 100100

Color Harmonies of #704F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F49

Black with #704F49

Text Example


Text Example

White with #704F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704F49; }

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

 H1.HeaderClassName
 {
   color: #704F49;
 }
 .AnyTagClassName
 {
   color: #704F49;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #704F49;
 }
 .BgClassName
 {
   background-color: #704F49;
 }
</style>

border-color css

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

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

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