Html Css Color HEX #704D48 Congo Brown

📋 copy color: '#704D48'

red 112 ◦ green 77 ◦ blue 72

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

Shades of Congo Brown #704D48

Tints of Congo Brown #704D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.59%

R = 42.91%
G = 29.5%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#704D48 (or 0x704D48) is known color: Congo Brown. HEX triplet: 70, 4D and 48. RGB value is (112,77,72). Sum of RGB (Red+Green+Blue) = 112+77+72=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #704D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D48 is #8FB2B7. Grayscale: #565656. Windows color (decimal): -9417400 or 4738416. OLE color: 4738416.

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

Color convert

RGB 112 77 72 -
CMYK 0 0.31 0.36 0.56
HSL 7.5º 0.22% 0.36% -
HSV(B) 7.5º 0.36% 0.44% -
XYZ 10.51 9.22 7.36 -
YUV 86.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 112 77 72 0 0.31 0.36 0.56 7.5 0.22 0.36
Hex 70 4D 48 0 1F 24 38 8 16 24
Octal 160 115 110 0 37 44 70 10 26 44
Binary 1110000 1001101 1001000 0 11111 100100 111000 1000 10110 100100

Color Harmonies of #704D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D48

Black with #704D48

Text Example


Text Example

White with #704D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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