Html Css Color HEX #714E47 Congo Brown

📋 copy color: '#714E47'

red 113 ◦ green 78 ◦ blue 71

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

Shades of Congo Brown #714E47

Tints of Congo Brown #714E47

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.77%

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

R = 43.13%
G = 29.77%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#714E47 (or 0x714E47) is known color: Congo Brown. HEX triplet: 71, 4E and 47. RGB value is (113,78,71). Sum of RGB (Red+Green+Blue) = 113+78+71=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #714E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E47 is #8EB1B8. Grayscale: #575757. Windows color (decimal): -9351609 or 4673137. OLE color: 4673137.

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

Color convert

RGB 113 78 71 -
CMYK 0 0.31 0.37 0.56
HSL 10º 0.23% 0.36% -
HSV(B) 10º 0.37% 0.44% -
XYZ 10.67 9.41 7.22 -
YUV 87.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 113 78 71 0 0.31 0.37 0.56 10 0.23 0.36
Hex 71 4E 47 0 1F 25 38 A 17 24
Octal 161 116 107 0 37 45 70 12 27 44
Binary 1110001 1001110 1000111 0 11111 100101 111000 1010 10111 100100

Color Harmonies of #714E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E47

Black with #714E47

Text Example


Text Example

White with #714E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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