Html Css Color HEX #704845 Congo Brown

📋 copy color: '#704845'

red 112 ◦ green 72 ◦ blue 69

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

Shades of Congo Brown #704845

Tints of Congo Brown #704845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.46%

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

R = 44.27%
G = 28.46%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#704845 (or 0x704845) is known color: Congo Brown. HEX triplet: 70, 48 and 45. RGB value is (112,72,69). Sum of RGB (Red+Green+Blue) = 112+72+69=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #704845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704845 is #8FB7BA. Grayscale: #535353. Windows color (decimal): -9418683 or 4540528. OLE color: 4540528.

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

Color convert

RGB 112 72 69 -
CMYK 0 0.36 0.38 0.56
HSL 4.19º 0.24% 0.35% -
HSV(B) 4.19º 0.38% 0.44% -
XYZ 10.07 8.51 6.74 -
YUV 83.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 112 72 69 0 0.36 0.38 0.56 4.19 0.24 0.35
Hex 70 48 45 0 24 26 38 4 18 23
Octal 160 110 105 0 44 46 70 4 30 43
Binary 1110000 1001000 1000101 0 100100 100110 111000 100 11000 100011

Color Harmonies of #704845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704845

Black with #704845

Text Example


Text Example

White with #704845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704845; }

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

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

background-color css

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

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

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

border-color css

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

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

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