Html Css Color HEX #704E45 Congo Brown

📋 copy color: '#704E45'

red 112 ◦ green 78 ◦ blue 69

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

Shades of Congo Brown #704E45

Tints of Congo Brown #704E45

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.12%

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

R = 43.24%
G = 30.12%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#704E45 (or 0x704E45) is known color: Congo Brown. HEX triplet: 70, 4E and 45. RGB value is (112,78,69). Sum of RGB (Red+Green+Blue) = 112+78+69=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #704E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E45 is #8FB1BA. Grayscale: #575757. Windows color (decimal): -9417147 or 4542064. OLE color: 4542064.

HSL color Cylindrical-coordinate representation of color #704E45: hue angle of 12.56º 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 #704E45 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 78 69 -
CMYK 0 0.30 0.38 0.56
HSL 12.56º 0.24% 0.35% -
HSV(B) 12.56º 0.38% 0.44% -
XYZ 10.48 9.32 6.88 -
YUV 87.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 112 78 69 0 0.30 0.38 0.56 12.56 0.24 0.35
Hex 70 4E 45 0 1E 26 38 D 18 23
Octal 160 116 105 0 36 46 70 15 30 43
Binary 1110000 1001110 1000101 0 11110 100110 111000 1101 11000 100011

Color Harmonies of #704E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E45

Black with #704E45

Text Example


Text Example

White with #704E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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