Html Css Color HEX #705047 Congo Brown

📋 copy color: '#705047'

red 112 ◦ green 80 ◦ blue 71

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

Shades of Congo Brown #705047

Tints of Congo Brown #705047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.42%

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

R = 42.59%
G = 30.42%
B = 27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#705047 (or 0x705047) is known color: Congo Brown. HEX triplet: 70, 50 and 47. RGB value is (112,80,71). Sum of RGB (Red+Green+Blue) = 112+80+71=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #705047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705047 is #8FAFB8. Grayscale: #585858. Windows color (decimal): -9416633 or 4673648. OLE color: 4673648.

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

Color convert

RGB 112 80 71 -
CMYK 0 0.29 0.37 0.56
HSL 13.17º 0.22% 0.36% -
HSV(B) 13.17º 0.37% 0.44% -
XYZ 10.69 9.64 7.26 -
YUV 88.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 112 80 71 0 0.29 0.37 0.56 13.17 0.22 0.36
Hex 70 50 47 0 1D 25 38 D 16 24
Octal 160 120 107 0 35 45 70 15 26 44
Binary 1110000 1010000 1000111 0 11101 100101 111000 1101 10110 100100

Color Harmonies of #705047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705047

Black with #705047

Text Example


Text Example

White with #705047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705047; }

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

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

background-color css

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

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

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

border-color css

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

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

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