#714C47

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

Shades of Congo Brown #714C47

Tints of Congo Brown #714C47

Color information

#714C47 (or 0x714C47) is unknown color: approx Congo Brown. HEX triplet: 71, 4C and 47. RGB value is (113,76,71). Sum of RGB (Red+Green+Blue) = 113+76+71=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #714C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C47 is #8EB3B8. Grayscale: #565656. Windows color (decimal): -9352121 or 4672625. OLE color: 4672625.

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

Color convert

RGB1137671-
CMYK00.330.370.56
HSL7.14º22.83%36.08%-
HSV(B)7.14º37.17%44.31%-
XYZ10.539.137.17-
YUV86.49119.26146.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 76 (30.08% from 255) = 29.23%
BLUE value IS 71 (28.12% from 255) = 27.31%
R=43.46%
G=29.23%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113767100.330.370.567.1422.8336.08
Hex714C47021253871724
Octal161114107041457072744
Binary111000110011001000111010000110010111100011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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