#714F49

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

Shades of Congo Brown #714F49

Tints of Congo Brown #714F49

Color information

#714F49 (or 0x714F49) is unknown color: approx Congo Brown. HEX triplet: 71, 4F and 49. RGB value is (113,79,73). Sum of RGB (Red+Green+Blue) = 113+79+73=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #714F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F49 is #8EB0B6. Grayscale: #585858. Windows color (decimal): -9351351 or 4804465. OLE color: 4804465.

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

Color convert

RGB1137973-
CMYK00.300.350.56
HSL21.51%36.47%-
HSV(B)35.4%44.31%-
XYZ10.819.587.58-
YUV88.48119.26145.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 79 (31.25% from 255) = 29.81%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=42.64%
G=29.81%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113797300.300.350.56921.5136.47
Hex714F4901E233891624
Octal1611171110364370112644
Binary111000110011111001001011110100011111000100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,79,73); }

 H1.HeaderClassName
 {
   color: #714F49;
 }
 .AnyTagClassName
 {
   color: #714F49;
 }
</style>
background-color css

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

 a { background-color: rgb(113,79,73); }

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

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

 span { border-color: rgb(113,79,73); }

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