#714E48

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

Shades of Congo Brown #714E48

Tints of Congo Brown #714E48

Color information

#714E48 (or 0x714E48) is unknown color: approx Congo Brown. HEX triplet: 71, 4E and 48. RGB value is (113,78,72). Sum of RGB (Red+Green+Blue) = 113+78+72=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #714E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E48 is #8EB1B7. Grayscale: #575757. Windows color (decimal): -9351608 or 4738673. OLE color: 4738673.

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

Color convert

RGB1137872-
CMYK00.310.360.56
HSL8.78º22.16%36.27%-
HSV(B)8.78º36.28%44.31%-
XYZ10.79.437.39-
YUV87.78119.1145.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.97%
GREEN value IS 78 (30.86% from 255) = 29.66%
BLUE value IS 72 (28.52% from 255) = 27.38%
R=42.97%
G=29.66%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113787200.310.360.568.7822.1636.27
Hex714E4801F243891624
Octal1611161100374470112644
Binary111000110011101001000011111100100111000100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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