#714E47

Color #714E47 Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #714E47

Tints of Congo Brown #714E47

Color information

#714E47 (or 0x714E47) is unknown color: approx 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

RGB1137871-
CMYK00.310.370.56
HSL10º22.83%36.08%-
HSV(B)10º37.17%44.31%-
XYZ10.679.417.22-
YUV87.67118.6146.07-

RGB Variations

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

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.12% from 255) = 27.10%
R=43.13%
G=29.77%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113787100.310.370.561022.8336.08
Hex714E4701F2538a1724
Octal1611161070374570122744
Binary111000110011101000111011111100101111000101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>