Html Css Color HEX #705249 Congo Brown

📋 copy color: '#705249'

red 112 ◦ green 82 ◦ blue 73

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

Shades of Congo Brown #705249

Tints of Congo Brown #705249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.71%

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

R = 41.95%
G = 30.71%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#705249 (or 0x705249) is known color: Congo Brown. HEX triplet: 70, 52 and 49. RGB value is (112,82,73). Sum of RGB (Red+Green+Blue) = 112+82+73=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #705249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705249 is #8FADB6. Grayscale: #5A5A5A. Windows color (decimal): -9416119 or 4805232. OLE color: 4805232.

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

Color convert

RGB 112 82 73 -
CMYK 0 0.27 0.35 0.56
HSL 13.85º 0.21% 0.36% -
HSV(B) 13.85º 0.35% 0.44% -
XYZ 10.9 9.96 7.65 -
YUV 89.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 112 82 73 0 0.27 0.35 0.56 13.85 0.21 0.36
Hex 70 52 49 0 1B 23 38 E 15 24
Octal 160 122 111 0 33 43 70 16 25 44
Binary 1110000 1010010 1001001 0 11011 100011 111000 1110 10101 100100

Color Harmonies of #705249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705249

Black with #705249

Text Example


Text Example

White with #705249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705249; }

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

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

background-color css

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

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

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

border-color css

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

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

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