#714F46

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

Shades of Congo Brown #714F46

Tints of Congo Brown #714F46

Color information

#714F46 (or 0x714F46) is unknown color: approx Congo Brown. HEX triplet: 71, 4F and 46. RGB value is (113,79,70). Sum of RGB (Red+Green+Blue) = 113+79+70=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #714F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F46 is #8EB0B9. Grayscale: #585858. Windows color (decimal): -9351354 or 4607857. OLE color: 4607857.

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

Color convert

RGB1137970-
CMYK00.300.380.56
HSL12.56º23.5%35.88%-
HSV(B)12.56º38.05%44.31%-
XYZ10.719.547.07-
YUV88.14117.76145.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 79 (31.25% from 255) = 30.15%
BLUE value IS 70 (27.73% from 255) = 26.72%
R=43.13%
G=30.15%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113797000.300.380.5612.5623.535.88
Hex714F4601E2638d1724
Octal1611171060364670152744
Binary111000110011111000110011110100110111000110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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