Html Css Color HEX #704D45 Congo Brown

📋 copy color: '#704D45'

red 112 ◦ green 77 ◦ blue 69

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

Shades of Congo Brown #704D45

Tints of Congo Brown #704D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.74%

R = 43.41%
G = 29.84%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#704D45 (or 0x704D45) is known color: Congo Brown. HEX triplet: 70, 4D and 45. RGB value is (112,77,69). Sum of RGB (Red+Green+Blue) = 112+77+69=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #704D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D45 is #8FB2BA. Grayscale: #565656. Windows color (decimal): -9417403 or 4541808. OLE color: 4541808.

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

Color convert

RGB 112 77 69 -
CMYK 0 0.31 0.38 0.56
HSL 11.16º 0.24% 0.35% -
HSV(B) 11.16º 0.38% 0.44% -
XYZ 10.41 9.18 6.85 -
YUV 86.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 112 77 69 0 0.31 0.38 0.56 11.16 0.24 0.35
Hex 70 4D 45 0 1F 26 38 B 18 23
Octal 160 115 105 0 37 46 70 13 30 43
Binary 1110000 1001101 1000101 0 11111 100110 111000 1011 11000 100011

Color Harmonies of #704D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D45

Black with #704D45

Text Example


Text Example

White with #704D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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