Html Css Color HEX #704B47 Congo Brown

📋 copy color: '#704B47'

red 112 ◦ green 75 ◦ blue 71

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

Shades of Congo Brown #704B47

Tints of Congo Brown #704B47

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.07%

 BLUE value IS 71 (28.13% from 255) = 27.52%

R = 43.41%
G = 29.07%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#704B47 (or 0x704B47) is known color: Congo Brown. HEX triplet: 70, 4B and 47. RGB value is (112,75,71). Sum of RGB (Red+Green+Blue) = 112+75+71=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #704B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B47 is #8FB4B8. Grayscale: #555555. Windows color (decimal): -9417913 or 4672368. OLE color: 4672368.

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

Color convert

RGB 112 75 71 -
CMYK 0 0.33 0.37 0.56
HSL 5.85º 0.22% 0.36% -
HSV(B) 5.85º 0.37% 0.44% -
XYZ 10.34 8.93 7.14 -
YUV 85.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 112 75 71 0 0.33 0.37 0.56 5.85 0.22 0.36
Hex 70 4B 47 0 21 25 38 6 16 24
Octal 160 113 107 0 41 45 70 6 26 44
Binary 1110000 1001011 1000111 0 100001 100101 111000 110 10110 100100

Color Harmonies of #704B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B47

Black with #704B47

Text Example


Text Example

White with #704B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,75,71); }

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

background-color css

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

 a { background-color: rgb(112,75,71); }

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

border-color css

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

 span { border-color: rgb(112,75,71); }

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