Html Css Color HEX #705049 Congo Brown

📋 copy color: '#705049'

red 112 ◦ green 80 ◦ blue 73

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

Shades of Congo Brown #705049

Tints of Congo Brown #705049

RGB

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

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

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

R = 42.26%
G = 30.19%
B = 27.55%

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

#705049 (or 0x705049) is known color: Congo Brown. HEX triplet: 70, 50 and 49. RGB value is (112,80,73). Sum of RGB (Red+Green+Blue) = 112+80+73=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #705049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705049 is #8FAFB6. Grayscale: #585858. Windows color (decimal): -9416631 or 4804720. OLE color: 4804720.

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

Color convert

RGB 112 80 73 -
CMYK 0 0.29 0.35 0.56
HSL 10.77º 0.21% 0.36% -
HSV(B) 10.77º 0.35% 0.44% -
XYZ 10.75 9.66 7.6 -
YUV 88.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 112 80 73 0 0.29 0.35 0.56 10.77 0.21 0.36
Hex 70 50 49 0 1D 23 38 B 15 24
Octal 160 120 111 0 35 43 70 13 25 44
Binary 1110000 1010000 1001001 0 11101 100011 111000 1011 10101 100100

Color Harmonies of #705049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705049

Black with #705049

Text Example


Text Example

White with #705049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705049; }

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

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

background-color css

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

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

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

border-color css

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

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

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