Html Css Color HEX #714D47 Congo Brown

📋 copy color: '#714D47'

red 113 ◦ green 77 ◦ blue 71

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

Shades of Congo Brown #714D47

Tints of Congo Brown #714D47

RGB

 RED value IS 113 (44.53% from 255) = 43.3%

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

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

R = 43.3%
G = 29.5%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#714D47 (or 0x714D47) is known color: Congo Brown. HEX triplet: 71, 4D and 47. RGB value is (113,77,71). Sum of RGB (Red+Green+Blue) = 113+77+71=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #714D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714D47 is #8EB2B8. Grayscale: #575757. Windows color (decimal): -9351865 or 4672881. OLE color: 4672881.

HSL color Cylindrical-coordinate representation of color #714D47: hue angle of 8.57º degrees, saturation: 0.23, 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 #714D47 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 77 71 -
CMYK 0 0.32 0.37 0.56
HSL 8.57º 0.23% 0.36% -
HSV(B) 8.57º 0.37% 0.44% -
XYZ 10.6 9.27 7.19 -
YUV 87.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 113 77 71 0 0.32 0.37 0.56 8.57 0.23 0.36
Hex 71 4D 47 0 20 25 38 9 17 24
Octal 161 115 107 0 40 45 70 11 27 44
Binary 1110001 1001101 1000111 0 100000 100101 111000 1001 10111 100100

Color Harmonies of #714D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D47

Black with #714D47

Text Example


Text Example

White with #714D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714D47; }

 p { color: rgb(113,77,71); }

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

background-color css

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

 a { background-color: rgb(113,77,71); }

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

border-color css

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

 span { border-color: rgb(113,77,71); }

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