Html Css Color HEX #704D47 Congo Brown

📋 copy color: '#704D47'

red 112 ◦ green 77 ◦ blue 71

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

Shades of Congo Brown #704D47

Tints of Congo Brown #704D47

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.62%

 BLUE value IS 71 (28.13% from 255) = 27.31%

R = 43.08%
G = 29.62%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#704D47 (or 0x704D47) is known color: Congo Brown. HEX triplet: 70, 4D and 47. RGB value is (112,77,71). Sum of RGB (Red+Green+Blue) = 112+77+71=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #704D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D47 is #8FB2B8. Grayscale: #565656. Windows color (decimal): -9417401 or 4672880. OLE color: 4672880.

HSL color Cylindrical-coordinate representation of color #704D47: hue angle of 8.78º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #704D47 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 77 71 -
CMYK 0 0.31 0.37 0.56
HSL 8.78º 0.22% 0.36% -
HSV(B) 8.78º 0.37% 0.44% -
XYZ 10.47 9.21 7.19 -
YUV 86.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 112 77 71 0 0.31 0.37 0.56 8.78 0.22 0.36
Hex 70 4D 47 0 1F 25 38 9 16 24
Octal 160 115 107 0 37 45 70 11 26 44
Binary 1110000 1001101 1000111 0 11111 100101 111000 1001 10110 100100

Color Harmonies of #704D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D47

Black with #704D47

Text Example


Text Example

White with #704D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,77,71); }

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

background-color css

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

 a { background-color: rgb(112,77,71); }

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

border-color css

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

 span { border-color: rgb(112,77,71); }

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