Html Css Color HEX #704C44 Congo Brown

📋 copy color: '#704C44'

red 112 ◦ green 76 ◦ blue 68

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

Shades of Congo Brown #704C44

Tints of Congo Brown #704C44

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.69%

 BLUE value IS 68 (26.95% from 255) = 26.56%

R = 43.75%
G = 29.69%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#704C44 (or 0x704C44) is known color: Congo Brown. HEX triplet: 70, 4C and 44. RGB value is (112,76,68). Sum of RGB (Red+Green+Blue) = 112+76+68=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #704C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C44 is #8FB3BB. Grayscale: #555555. Windows color (decimal): -9417660 or 4476016. OLE color: 4476016.

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

Color convert

RGB 112 76 68 -
CMYK 0 0.32 0.39 0.56
HSL 10.91º 0.24% 0.35% -
HSV(B) 10.91º 0.39% 0.44% -
XYZ 10.31 9.03 6.67 -
YUV 85.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 112 76 68 0 0.32 0.39 0.56 10.91 0.24 0.35
Hex 70 4C 44 0 20 27 38 B 18 23
Octal 160 114 104 0 40 47 70 13 30 43
Binary 1110000 1001100 1000100 0 100000 100111 111000 1011 11000 100011

Color Harmonies of #704C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C44

Black with #704C44

Text Example


Text Example

White with #704C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,76,68); }

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

background-color css

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

 a { background-color: rgb(112,76,68); }

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

border-color css

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

 span { border-color: rgb(112,76,68); }

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